Merge version_1 into main #1
331
src/app/page.tsx
331
src/app/page.tsx
@@ -14,233 +14,128 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Shrungar Parlour"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Shrungar Parlour"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="शृंगार लेडीज़ ब्यूटी पार्लर"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="शृंगार लेडीज़ ब्यूटी पार्लर"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Welcome to Shrungar"
|
||||
description="Located in the heart of Vidya Vihar Colony, we specialize in providing professional and affordable beauty treatments for women. Our team is dedicated to your comfort and satisfaction."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Trusted Service",
|
||||
description: "Over 5 years of experience serving local residents.",
|
||||
},
|
||||
{
|
||||
title: "Professional Care",
|
||||
description: "Experienced staff trained in modern beauty techniques.",
|
||||
},
|
||||
{
|
||||
title: "Hygiene First",
|
||||
description: "Clean, sanitized environment for every client.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/model-stylist-looking-mirror_23-2147783939.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="Welcome to Shrungar"
|
||||
description="Located in the heart of Vidya Vihar Colony, we specialize in providing professional and affordable beauty treatments for women. Our team is dedicated to your comfort and satisfaction."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/model-stylist-looking-mirror_23-2147783939.jpg"
|
||||
bulletPoints={[
|
||||
{ title: "Trusted Service", description: "Over 5 years of experience serving local residents." },
|
||||
{ title: "Professional Care", description: "Experienced staff trained in modern beauty techniques." },
|
||||
{ title: "Hygiene First", description: "Clean, sanitized environment for every client." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Haircut & Styling",
|
||||
description: "Professional cuts and styles to suit your personality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-hairstyle-client_23-2147769860.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Facials & Skincare",
|
||||
description: "Refreshing facials for glowing, healthy skin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-calm-caucasian-pretty-woman-with-towel-head-eye-mask-patches-face-face-skin-care-concept-female-relax-bed-home_343596-2116.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Threading & Waxing",
|
||||
description: "Precise and gentle grooming services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210709.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Beauty Services"
|
||||
description="Comprehensive care tailored to your needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
title="Our Beauty Services"
|
||||
description="Comprehensive care tailored to your needs."
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Haircut & Styling", description: "Professional cuts and styles to suit your personality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-hairstyle-client_23-2147769860.jpg" },
|
||||
{ id: "s2", title: "Facials & Skincare", description: "Refreshing facials for glowing, healthy skin.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-calm-caucasian-pretty-woman-with-towel-head-eye-mask-patches-face-face-skin-care-concept-female-relax-bed-home_343596-2116.jpg" },
|
||||
{ id: "s3", title: "Threading & Waxing", description: "Precise and gentle grooming services.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210709.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Basic",
|
||||
price: "₹199",
|
||||
subtitle: "Essential Care",
|
||||
features: [
|
||||
"Threading",
|
||||
"Bleach",
|
||||
"Cleanup",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Premium",
|
||||
price: "₹499",
|
||||
subtitle: "Refresh & Glow",
|
||||
features: [
|
||||
"Facial",
|
||||
"Manicure",
|
||||
"Pedicure",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Special",
|
||||
price: "₹899",
|
||||
subtitle: "Full Pampering",
|
||||
features: [
|
||||
"Advance Facial",
|
||||
"Hair Spa",
|
||||
"Threading",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Popular Packages"
|
||||
description="Affordable beauty solutions."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
title="Popular Packages"
|
||||
description="Affordable beauty solutions."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{ id: "p1", badge: "Basic", price: "₹199", subtitle: "Essential Care", features: ["Threading", "Bleach", "Cleanup"] },
|
||||
{ id: "p2", badge: "Premium", price: "₹499", subtitle: "Refresh & Glow", features: ["Facial", "Manicure", "Pedicure"] },
|
||||
{ id: "p3", badge: "Special", price: "₹899", subtitle: "Full Pampering", features: ["Advance Facial", "Hair Spa", "Threading"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sneha P.",
|
||||
role: "Regular Client",
|
||||
testimonial: "Very neat work and friendly behavior!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190931.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Riya K.",
|
||||
role: "Student",
|
||||
testimonial: "Affordable and great service quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229812.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Pooja S.",
|
||||
role: "Homemaker",
|
||||
testimonial: "Excellent experience every time I visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Anita D.",
|
||||
role: "Professional",
|
||||
testimonial: "Nice atmosphere and very professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-shop-collection-concept_23-2151921106.jpg",
|
||||
},
|
||||
]}
|
||||
title="Happy Customers"
|
||||
description="Trusted by women across Talegaon."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="Happy Customers"
|
||||
description="Trusted by women across Talegaon."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sneha P.", role: "Regular Client", testimonial: "Very neat work and friendly behavior!", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190931.jpg" },
|
||||
{ id: "t2", name: "Riya K.", role: "Student", testimonial: "Affordable and great service quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229812.jpg" },
|
||||
{ id: "t3", name: "Pooja S.", role: "Homemaker", testimonial: "Excellent experience every time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg" },
|
||||
{ id: "t4", name: "Anita D.", role: "Professional", testimonial: "Nice atmosphere and very professional.", imageSrc: "http://img.b2bpic.net/free-photo/flower-shop-collection-concept_23-2151921106.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Book Your Appointment"
|
||||
description="Call us or send a booking request."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Which service do you need?",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/small-business-landing-page_23-2148592677.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Book Your Appointment"
|
||||
description="Call us or send a booking request."
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/small-business-landing-page_23-2148592677.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Which service do you need?" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Shrungar Ladies Parlour"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Call Us: 08788493401",
|
||||
href: "tel:08788493401",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Shrungar Ladies Parlour"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Call Us: 08788493401", href: "tel:08788493401" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user