Skip to content

Commit

Permalink
Merge pull request #1307 from bluehost/PRESS0-2212
Browse files Browse the repository at this point in the history
PRESS0-2212: Import WP Solutions Banner on Home page
  • Loading branch information
circlecube authored Oct 9, 2024
2 parents 17d84b2 + f13a4ec commit b67f8df
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit b67f8df

Please sign in to comment.