diff --git a/src/app/page.tsx b/src/app/page.tsx index ecd74b1..a1ae192 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; @@ -40,14 +40,17 @@ export default function LandingPage() {
-
@@ -140,3 +143,8 @@ export default function LandingPage() { ); } +" + } + ], + "rawPlan": "I've updated the hero section to use the more visual Billboard Gallery layout, showcasing multiple images of the salon to create a better first impression for visitors." +} \ No newline at end of file