Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-27 10:17:13 +00:00

View File

@@ -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() {
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="शृंगार लेडीज़ ब्यूटी पार्लर"
<HeroBillboardGallery
title="शृंगार लेडीज़ ब्यूटी पार्लर"
description="Your Trusted Local Beauty Parlour in Talegaon. Quality beauty services near you at affordable prices."
buttons={[
{ text: "Call Now", href: "tel:08788493401" },
{ text: "Book Appointment", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/blurred-vanity-with-plenty-mirrors_1203-80.jpg"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-vanity-with-plenty-mirrors_1203-80.jpg", imageAlt: "Beauty Parlour Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/model-stylist-looking-mirror_23-2147783939.jpg", imageAlt: "Stylist at work" }
]}
/>
</div>
@@ -140,3 +143,8 @@ export default function LandingPage() {
</ThemeProvider>
);
}
"
}
],
"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."
}