Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
111
src/app/page.tsx
111
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Sparkles } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -30,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Braids Studio"
|
||||
/>
|
||||
@@ -60,9 +51,7 @@ export default function LandingPage() {
|
||||
description="High-quality hair braiding services designed to protect your hair and express your personal style."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-getting-her-hair-done-beauty-salon_23-2148976107.jpg"
|
||||
imageAlt="Professional hair braiding service in a modern studio"
|
||||
@@ -76,17 +65,11 @@ export default function LandingPage() {
|
||||
description="We specialize in high-quality braiding services that enhance your natural beauty while maintaining the health of your hair. We tailor every braid design to fit your lifestyle."
|
||||
metrics={[
|
||||
{
|
||||
value: "500+",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "500+", title: "Happy Clients"},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "10+", title: "Years Experience"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Hair Health Focus",
|
||||
},
|
||||
value: "100%", title: "Hair Health Focus"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mom-helping-her-child-styling-afro-hair_23-2149625743.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -101,19 +84,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Knotless & Box Braids",
|
||||
description: "Seamless, lightweight, and low-tension styles perfect for any occasion.",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Knotless & Box Braids", description: "Seamless, lightweight, and low-tension styles perfect for any occasion.", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Boho & Goddess Braids",
|
||||
description: "Romantic, flowing styles that add volume and texture to your look.",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Boho & Goddess Braids", description: "Romantic, flowing styles that add volume and texture to your look.", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Stitch & Feed-in Braids",
|
||||
description: "Clean, precise lines and intricate designs that keep you looking polished.",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Stitch & Feed-in Braids", description: "Clean, precise lines and intricate designs that keep you looking polished.", buttonIcon: Sparkles,
|
||||
},
|
||||
]}
|
||||
title="Our Signature Braiding Services"
|
||||
@@ -129,37 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maya R.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-glad-girl-pink-eyemask-laughing-while-posing-kitchen-indoor-photo-pretty-sisters-joking-morning_197531-21460.jpg",
|
||||
},
|
||||
id: "1", name: "Maya R.", role: "Client", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-glad-girl-pink-eyemask-laughing-while-posing-kitchen-indoor-photo-pretty-sisters-joking-morning_197531-21460.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jasmine T.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg",
|
||||
},
|
||||
id: "2", name: "Jasmine T.", role: "Client", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chloe L.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-dancing-with-headphones_1187-3706.jpg",
|
||||
},
|
||||
id: "3", name: "Chloe L.", role: "Client", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-dancing-with-headphones_1187-3706.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sierra W.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-81888.jpg",
|
||||
},
|
||||
id: "4", name: "Sierra W.", role: "Client", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-81888.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from the wonderful women who trust us with their hair journey."
|
||||
@@ -172,20 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long do braids usually last?",
|
||||
content: "Depending on the style, most braids last between 4 to 8 weeks with proper maintenance.",
|
||||
},
|
||||
id: "f1", title: "How long do braids usually last?", content: "Depending on the style, most braids last between 4 to 8 weeks with proper maintenance."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What should I bring to my appointment?",
|
||||
content: "Just bring yourself! We provide all the braiding hair, but feel free to bring your favorite accessories.",
|
||||
},
|
||||
id: "f2", title: "What should I bring to my appointment?", content: "Just bring yourself! We provide all the braiding hair, but feel free to bring your favorite accessories."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I get my hair braided if it's natural?",
|
||||
content: "Absolutely! We specialize in protective styling that supports natural hair health.",
|
||||
},
|
||||
id: "f3", title: "Can I get my hair braided if it's natural?", content: "Absolutely! We specialize in protective styling that supports natural hair health."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our braiding services? We've got answers."
|
||||
@@ -197,8 +145,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Booking"
|
||||
title="Ready for your new look?"
|
||||
description="Sign up with your email to receive our latest style guide and booking availability alerts."
|
||||
@@ -211,13 +158,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Braids Studio"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
}}
|
||||
text: "Instagram", href: "https://instagram.com"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user