Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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