Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd22f74bde | |||
| 2078598c64 | |||
| e99424733d | |||
| e43c834490 | |||
| 2645364978 | |||
| bfff89ba02 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user