Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

PRESS0-2212: Import WP Solutions Banner on Home page #1307

Merged
merged 8 commits into from
Oct 9, 2024
3 changes: 3 additions & 0 deletions src/app/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ import WebinarsBanner from 'App/components/webinars-banner';
import AccountCard from './accountCard';
import HelpCard from './helpCard';
import WelcomeSection from './welcomeSection';
import MyProductSection from './myProductsSection';
import { WPSolutionsBanner } from '@newfold-labs/wp-module-ecommerce';

const Home = () => {
return (
<Page className="wppbh-home">
<WelcomeSection />
<WebinarsBanner />
<WPSolutionsBanner />
<Container className="wppbh-account-help-section">
<Container.Block>
<div className="nfd-grid nfd-grid-cols-2 nfd-gap-6">
Expand Down