6 Commits

Author SHA1 Message Date
fd22f74bde Update src/app/page.tsx 2026-03-27 10:22:17 +00:00
2078598c64 Update src/app/page.tsx 2026-03-27 10:18:40 +00:00
e99424733d Update src/app/page.tsx 2026-03-27 10:18:16 +00:00
e43c834490 Update src/app/page.tsx 2026-03-27 10:17:35 +00:00
2645364978 Update src/app/page.tsx 2026-03-27 10:17:07 +00:00
bfff89ba02 Merge version_1 into main
Merge version_1 into main
2026-03-27 10:10:58 +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';
@@ -35,19 +35,23 @@ export default function LandingPage() {
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="Shrungar Parlour"
brandName="SHRUNGAR"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="शृंगार लेडीज़ ब्यूटी पार्लर"
<HeroBillboardGallery
title="Shrungar Makeover & Academy"
description="Your Trusted Local Beauty Parlour in Talegaon. Quality beauty services near you at affordable prices."
background={{ variant: "gradient-bars" }}
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?_wi=1", imageAlt: "Stylist at work" }
]}
/>
</div>
@@ -58,7 +62,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/model-stylist-looking-mirror_23-2147783939.jpg"
imageSrc="http://img.b2bpic.net/free-photo/model-stylist-looking-mirror_23-2147783939.jpg?_wi=2"
bulletPoints={[
{ title: "Trusted Service", description: "Over 5 years of experience serving local residents." },
{ title: "Professional Care", description: "Experienced staff trained in modern beauty techniques." },
@@ -139,4 +143,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}