Skip to content

Commit

Permalink
Merge abba1e4 into 5b2ce9d
Browse files Browse the repository at this point in the history
  • Loading branch information
aratidgr8 authored Sep 11, 2024
2 parents 5b2ce9d + abba1e4 commit 2307298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ import WebinarsBanner from 'App/components/webinars-banner';
import AccountCard from './accountCard';
import HelpCard from './helpCard';
import WelcomeSection from './welcomeSection';
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 2307298

Please sign in to comment.