From 26453649781c9da4eb390d21e1d2e90be93627f2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:17:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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 -- 2.49.1