diff --git a/src/app/page.tsx b/src/app/page.tsx
index 40ba223..32ebebe 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -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() {