diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eddc55..194a3c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,30 +33,18 @@ export default function LandingPage() { @@ -68,76 +56,50 @@ export default function LandingPage() { description="Adans Hair Studio delivers personalized haircare and styling for the modern professional. Book your appointment in seconds." testimonials={[ { - name: "Sarah J.", - handle: "@sarahjstyles", - testimonial: "Absolutely love my new look! The team at Adans Hair Studio truly listens and delivers beyond expectation every time. Highly recommend their color services!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-luxury-brunette-woman-black-sweater-bright-background_613910-7030.jpg", - imageAlt: "Sarah J. satisfied client", + name: "Sarah J.", handle: "@sarahjstyles", testimonial: "Absolutely love my new look! The team at Adans Hair Studio truly listens and delivers beyond expectation every time. Highly recommend their color services!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-luxury-brunette-woman-black-sweater-bright-background_613910-7030.jpg", imageAlt: "Sarah J. satisfied client" }, { - name: "Michael D.", - handle: "@michaelsgroom", - testimonial: "Found my go-to place for a sharp, consistent cut. The attention to detail is fantastic, and the atmosphere is incredibly relaxing. Professional and precise.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-with-crossing-arms-isolated-dark-background_613910-6555.jpg", - imageAlt: "Michael D. satisfied client", + name: "Michael D.", handle: "@michaelsgroom", testimonial: "Found my go-to place for a sharp, consistent cut. The attention to detail is fantastic, and the atmosphere is incredibly relaxing. Professional and precise.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-with-crossing-arms-isolated-dark-background_613910-6555.jpg", imageAlt: "Michael D. satisfied client" }, { - name: "Emily R.", - handle: "@emilyreview", - testimonial: "From consultation to the final style, my experience was flawless. My stylist understood exactly what I wanted and made my hair dreams a reality. Such talent!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-posing_273609-12852.jpg", - imageAlt: "Emily R. satisfied client", + name: "Emily R.", handle: "@emilyreview", testimonial: "From consultation to the final style, my experience was flawless. My stylist understood exactly what I wanted and made my hair dreams a reality. Such talent!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-posing_273609-12852.jpg", imageAlt: "Emily R. satisfied client" }, { - name: "David K.", - handle: "@davidkcuts", - testimonial: "Finally, a salon that understands modern trends while prioritizing hair health. My edgy cut gets compliments daily. The online booking is a lifesaver!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-make-up_23-2147643381.jpg", - imageAlt: "David K. satisfied client", + name: "David K.", handle: "@davidkcuts", testimonial: "Finally, a salon that understands modern trends while prioritizing hair health. My edgy cut gets compliments daily. The online booking is a lifesaver!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-make-up_23-2147643381.jpg", imageAlt: "David K. satisfied client" }, { - name: "Jessica L.", - handle: "@jessicalhair", - testimonial: "The best hair treatment I've ever received! My hair feels incredibly soft and looks so shiny. The luxury experience is truly worth it.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lady-orange-skirt-white-top-posing-cozy-old-european-street-charming-woman-with-long-wavy-dark-hair-is-cute-smiling_197531-26345.jpg", - imageAlt: "Jessica L. satisfied client", - }, + name: "Jessica L.", handle: "@jessicalhair", testimonial: "The best hair treatment I've ever received! My hair feels incredibly soft and looks so shiny. The luxury experience is truly worth it.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/lady-orange-skirt-white-top-posing-cozy-old-european-street-charming-woman-with-long-wavy-dark-hair-is-cute-smiling_197531-26345.jpg", imageAlt: "Jessica L. satisfied client" + } ]} buttons={[ { - text: "Reserve Your Appointment", - href: "#contact", - }, + text: "Reserve Your Appointment", href: "#contact" + } ]} avatars={[ { - src: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-hair-brushes-happy-cheerfuul-smiling_141793-37016.jpg", - alt: "Client avatar 1", + src: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-hair-brushes-happy-cheerfuul-smiling_141793-37016.jpg", alt: "Client avatar 1" }, { - src: "http://img.b2bpic.net/free-photo/portrait-young-bearded-man-xa_1163-2032.jpg", - alt: "Client avatar 2", + src: "http://img.b2bpic.net/free-photo/portrait-young-bearded-man-xa_1163-2032.jpg", alt: "Client avatar 2" }, { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman_329181-1075.jpg", - alt: "Client avatar 3", + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman_329181-1075.jpg", alt: "Client avatar 3" }, { - src: "http://img.b2bpic.net/free-photo/closeup-photo-young-lady-wearing-red-hat-looking-camera-blue-background-high-quality-photo_114579-92138.jpg", - alt: "Client avatar 4", + src: "http://img.b2bpic.net/free-photo/closeup-photo-young-lady-wearing-red-hat-looking-camera-blue-background-high-quality-photo_114579-92138.jpg", alt: "Client avatar 4" }, { - src: "http://img.b2bpic.net/free-photo/pleased-young-female-barber-wearing-uniform-glasses-headband-looking-camera-showing-thumb-up-isolated-red-background_141793-137078.jpg", - alt: "Pleased young female barber wearing uniform glasses", - }, + src: "http://img.b2bpic.net/free-photo/pleased-young-female-barber-wearing-uniform-glasses-headband-looking-camera-showing-thumb-up-isolated-red-background_141793-137078.jpg", alt: "Pleased young female barber wearing uniform glasses" + } ]} avatarText="Trusted by over 1000 happy clients" - imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-red-lips-unusual-hair-style-with-shadow-eyes-black-background_158538-3863.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-red-lips-unusual-hair-style-with-shadow-eyes-black-background_158538-3863.jpg" imageAlt="Professional hair stylist working on client's hair in a modern salon" showBlur={true} textPosition="bottom" @@ -151,21 +113,18 @@ export default function LandingPage() { metrics={[ { icon: Gauge, - label: "Years of Experience", - value: "15+", + label: "Years of Experience", value: "15+" }, { icon: Users, - label: "Happy Clients", - value: "2000+", + label: "Happy Clients", value: "2000+" }, { icon: Sparkles, - label: "Luxury Services", - value: "10+", - }, + label: "Luxury Services", value: "10+" + } ]} - metricsAnimation="entrance-slide" + metricsAnimation="blur-reveal" /> @@ -175,45 +134,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Haircuts", - description: "Tailored cuts for men and women, designed to complement your features and lifestyle. Includes consultation, wash, cut, and style.", - bentoComponent: "reveal-icon", - icon: Scissors, - imageSrc: "http://img.b2bpic.net/free-photo/scissors-combs-hair-cut-treatment-lie-white-table_8353-7045.jpg", - imageAlt: "hair cutting scissors comb", + title: "Precision Haircuts", description: "Tailored cuts for men and women, designed to complement your features and lifestyle. Includes consultation, wash, cut, and style.", bentoComponent: "reveal-icon", icon: Scissors }, { - title: "Vibrant Color & Highlights", - description: "From natural sun-kissed highlights to bold, transformative colors, our expert colorists create stunning, long-lasting results.", - bentoComponent: "reveal-icon", - icon: Palette, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-red-lips-unusual-hair-style-with-shadow-eyes-black-background_158538-3863.jpg?_wi=2", - imageAlt: "hair cutting scissors comb", + title: "Vibrant Color & Highlights", description: "From natural sun-kissed highlights to bold, transformative colors, our expert colorists create stunning, long-lasting results.", bentoComponent: "reveal-icon", icon: Palette }, { - title: "Elegant Styling & Updos", - description: "Perfect for special occasions or a fresh everyday look. Our stylists craft beautiful blowouts, curls, and intricate updos.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-hair-brushes-happy-cheerfuul-smiling_141793-37016.jpg", - imageAlt: "hair cutting scissors comb", + title: "Elegant Styling & Updos", description: "Perfect for special occasions or a fresh everyday look. Our stylists craft beautiful blowouts, curls, and intricate updos.", bentoComponent: "reveal-icon", icon: Sparkles }, { - title: "Hair Treatments", - description: "Restore your hair's health and shine with our range of deep conditioning, keratin, and scalp treatments. Personalized for your hair type.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-bearded-man-xa_1163-2032.jpg", - imageAlt: "hair cutting scissors comb", + title: "Hair Treatments", description: "Restore your hair's health and shine with our range of deep conditioning, keratin, and scalp treatments. Personalized for your hair type.", bentoComponent: "reveal-icon", icon: Droplets }, { - title: "Extensions", - description: "Add length and volume with high-quality hair extensions. Seamless application and natural-looking results for a fuller look.", - bentoComponent: "reveal-icon", - icon: Feather, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-woman_329181-1075.jpg", - imageAlt: "hair cutting scissors comb", - }, + title: "Extensions", description: "Add length and volume with high-quality hair extensions. Seamless application and natural-looking results for a fuller look.", bentoComponent: "reveal-icon", icon: Feather + } ]} title="Our Signature Services" description="Discover a range of personalized haircare and styling options designed to bring your vision to life. From precision cuts to vibrant color, we've got you covered." @@ -227,50 +161,27 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Signature Cut & Style", - price: "$75", - imageSrc: "http://img.b2bpic.net/free-photo/girl-africa-woman-making-eyebrows-girls-beauty-salon_1157-48328.jpg", - imageAlt: "Woman getting a signature haircut and style", + id: "p1", name: "Signature Cut & Style", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/girl-africa-woman-making-eyebrows-girls-beauty-salon_1157-48328.jpg", imageAlt: "Woman getting a signature haircut and style" }, { - id: "p2", - name: "Full Color Transformation", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167366.jpg", - imageAlt: "Woman getting a full hair color transformation", + id: "p2", name: "Full Color Transformation", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167366.jpg", imageAlt: "Woman getting a full hair color transformation" }, { - id: "p3", - name: "Keratin Smoothing Treatment", - price: "$250", - imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-blond-woman-model-lady-with-fresh-daily-makeup-with-pink-lips-color-clean-healthy-skin_158538-14293.jpg", - imageAlt: "Hair being smoothed with keratin treatment", + id: "p3", name: "Keratin Smoothing Treatment", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-blond-woman-model-lady-with-fresh-daily-makeup-with-pink-lips-color-clean-healthy-skin_158538-14293.jpg", imageAlt: "Hair being smoothed with keratin treatment" }, { - id: "p4", - name: "Men's Executive Groom", - price: "$60", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-barbershop_23-2148506244.jpg", - imageAlt: "Man getting an executive haircut and beard trim", + id: "p4", name: "Men's Executive Groom", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-barbershop_23-2148506244.jpg", imageAlt: "Man getting an executive haircut and beard trim" }, { - id: "p5", - name: "Deep Conditioning Ritual", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-washing-client-hair-sink_23-2147769790.jpg", - imageAlt: "Hair treatment products and deep conditioning", + id: "p5", name: "Deep Conditioning Ritual", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-washing-client-hair-sink_23-2147769790.jpg", imageAlt: "Hair treatment products and deep conditioning" }, { - id: "p6", - name: "Luxury Bridal Package", - price: "$350", - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-black-costume-lady-with-halloween-makeup_1157-41132.jpg", - imageAlt: "Bride getting her hair styled for a wedding", - }, + id: "p6", name: "Luxury Bridal Package", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-black-costume-lady-with-halloween-makeup_1157-41132.jpg", imageAlt: "Bride getting her hair styled for a wedding" + } ]} title="Premium Styling & Care" description="Elevate your look with our exclusive treatments and styling packages tailored for exceptional results and a truly pampering experience." + animationType="blur-reveal" /> @@ -281,32 +192,18 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "t1", - name: "Adan Smith", - role: "Master Stylist & Founder", - description: "With over 15 years of experience, Adan's passion for hair art shines through in every personalized consultation and flawless finish.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg", - imageAlt: "Adan Smith, Master Stylist and Founder", + id: "t1", name: "Adan Smith", role: "Master Stylist & Founder", description: "With over 15 years of experience, Adan's passion for hair art shines through in every personalized consultation and flawless finish.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg", imageAlt: "Adan Smith, Master Stylist and Founder" }, { - id: "t2", - name: "Chloe Lee", - role: "Senior Colorist", - description: "Chloe is a color virtuoso, specializing in balayage, vivids, and natural-looking highlights that bring out your hair's true potential.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-overjoyed-ethnic-woman-laughs-out-loudly-fels-very-happy-enjoys-facial-treatments-wants-have-fabulous-look-makes-hairstyle-reduces-wrinkles-with-nourishing-clay-mask-beauty-concept_273609-48511.jpg", - imageAlt: "Chloe Lee, Senior Colorist", + id: "t2", name: "Chloe Lee", role: "Senior Colorist", description: "Chloe is a color virtuoso, specializing in balayage, vivids, and natural-looking highlights that bring out your hair's true potential.", imageSrc: "http://img.b2bpic.net/free-photo/photo-overjoyed-ethnic-woman-laughs-out-loudly-fels-very-happy-enjoys-facial-treatments-wants-have-fabulous-look-makes-hairstyle-reduces-wrinkles-with-nourishing-clay-mask-beauty-concept_273609-48511.jpg", imageAlt: "Chloe Lee, Senior Colorist" }, { - id: "t3", - name: "Marcus Brown", - role: "Hair Artist", - description: "Known for his meticulous precision and innovative styling, Marcus creates modern, head-turning looks for both men and women.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-hair-brushes-smiling-cheerfully-with-happy-face-standing-light-wall_141793-55679.jpg", - imageAlt: "Marcus Brown, Hair Artist", - }, + id: "t3", name: "Marcus Brown", role: "Hair Artist", description: "Known for his meticulous precision and innovative styling, Marcus creates modern, head-turning looks for both men and women.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-hairdresser-apron-holding-hair-brushes-smiling-cheerfully-with-happy-face-standing-light-wall_141793-55679.jpg", imageAlt: "Marcus Brown, Hair Artist" + } ]} title="Meet Our Talented Stylists" description="Our expert team is dedicated to providing you with a personalized and unforgettable salon experience. Discover the passion behind every cut and color." + animationType="blur-reveal" /> @@ -316,48 +213,24 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "testi-1", - name: "Olivia Wilson", - handle: "@oliviaw", - testimonial: "Adans Hair Studio is simply the best! My stylist always knows exactly what I want, even when I don't. The results are consistently amazing.", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-charming-woman-with-beam-head-with-red-lips-wearing-white-shirt-is-looking-down-smiling-isolated-beige-background_291650-2045.jpg", - imageAlt: "Olivia Wilson client testimonial", + id: "testi-1", name: "Olivia Wilson", handle: "@oliviaw", testimonial: "Adans Hair Studio is simply the best! My stylist always knows exactly what I want, even when I don't. The results are consistently amazing.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-charming-woman-with-beam-head-with-red-lips-wearing-white-shirt-is-looking-down-smiling-isolated-beige-background_291650-2045.jpg", imageAlt: "Olivia Wilson client testimonial" }, { - id: "testi-2", - name: "Daniel Carter", - handle: "@danC", - testimonial: "Professional, welcoming, and incredibly skilled. I always leave feeling refreshed and confident with my haircut. Highly recommend for any guy looking for quality.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-male-barber-uniform-holding-hair-clippers-showing-yes-gesture-isolated-pink_141793-73155.jpg", - imageAlt: "Daniel Carter client testimonial", + id: "testi-2", name: "Daniel Carter", handle: "@danC", testimonial: "Professional, welcoming, and incredibly skilled. I always leave feeling refreshed and confident with my haircut. Highly recommend for any guy looking for quality.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-male-barber-uniform-holding-hair-clippers-showing-yes-gesture-isolated-pink_141793-73155.jpg", imageAlt: "Daniel Carter client testimonial" }, { - id: "testi-3", - name: "Sophia Martinez", - handle: "@sophiaM", - testimonial: "My highlights have never looked better! The color is perfectly blended and so vibrant. The team is so friendly, making every visit a pleasure.", - imageSrc: "http://img.b2bpic.net/free-photo/teen-sitting-motorbike-looking-mirror_1139-377.jpg", - imageAlt: "Sophia Martinez client testimonial", + id: "testi-3", name: "Sophia Martinez", handle: "@sophiaM", testimonial: "My highlights have never looked better! The color is perfectly blended and so vibrant. The team is so friendly, making every visit a pleasure.", imageSrc: "http://img.b2bpic.net/free-photo/teen-sitting-motorbike-looking-mirror_1139-377.jpg", imageAlt: "Sophia Martinez client testimonial" }, { - id: "testi-4", - name: "Liam Parker", - handle: "@liamP", - testimonial: "The atmosphere is so luxurious, and the service is top-notch. It's more than just a haircut; it's a complete pampering experience.", - imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-thecar-seat-little-african-girl-with-mther_1157-45043.jpg", - imageAlt: "Liam Parker client testimonial", + id: "testi-4", name: "Liam Parker", handle: "@liamP", testimonial: "The atmosphere is so luxurious, and the service is top-notch. It's more than just a haircut; it's a complete pampering experience.", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-thecar-seat-little-african-girl-with-mther_1157-45043.jpg", imageAlt: "Liam Parker client testimonial" }, { - id: "testi-5", - name: "Ava Henderson", - handle: "@avaH", - testimonial: "I'm always impressed by the attention to detail and personalized care. My hair has never been healthier, thanks to Adans Hair Studio!", - imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg", - imageAlt: "Ava Henderson client testimonial", - }, + id: "testi-5", name: "Ava Henderson", handle: "@avaH", testimonial: "I'm always impressed by the attention to detail and personalized care. My hair has never been healthier, thanks to Adans Hair Studio!", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-smiling-each-other_23-2148238236.jpg", imageAlt: "Ava Henderson client testimonial" + } ]} title="What Our Clients Say" description="Hear directly from our satisfied customers about their Adans Hair Studio experience. Their smiles are our greatest reward." + animationType="blur-reveal" /> @@ -367,62 +240,40 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "plan-1", - name: "Essential Cuts", - price: "$50", - buttons: [ + id: "plan-1", name: "Essential Cuts", price: "$50", buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact" + } ], features: [ - "Precision Haircut", - "Wash & Conditioning", - "Basic Styling", - "Consultation", - ], + "Precision Haircut", "Wash & Conditioning", "Basic Styling", "Consultation" + ] }, { - id: "plan-2", - name: "Signature Color", - price: "$150", - badge: "Popular", - badgeIcon: Star, + id: "plan-2", name: "Signature Color", price: "$150", badge: "Popular", badgeIcon: Star, buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact" + } ], features: [ - "Full Color/Highlights", - "Custom Toning", - "Deep Conditioning", - "Professional Blowout", - ], + "Full Color/Highlights", "Custom Toning", "Deep Conditioning", "Professional Blowout" + ] }, { - id: "plan-3", - name: "Luxury Treatment", - price: "$220", - buttons: [ + id: "plan-3", name: "Luxury Treatment", price: "$220", buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact" + } ], features: [ - "Premium Haircut", - "Advanced Color/Balayage", - "Keratin Smoothing", - "Scalp Treatment", - "Luxury Styling", - ], - }, + "Premium Haircut", "Advanced Color/Balayage", "Keratin Smoothing", "Scalp Treatment", "Luxury Styling" + ] + } ]} title="Transparent Service Pricing" description="Find the perfect service for your needs with our clear and competitive pricing. Quality and value in every treatment." + animationType="blur-reveal" /> @@ -430,16 +281,15 @@ export default function LandingPage() { @@ -451,60 +301,47 @@ export default function LandingPage() { logoText="Adans Hair Studio" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Haircuts", - href: "#services", + label: "Haircuts", href: "#services" }, { - label: "Coloring", - href: "#services", + label: "Coloring", href: "#services" }, { - label: "Styling", - href: "#services", + label: "Styling", href: "#services" }, { - label: "Treatments", - href: "#services", - }, - ], + label: "Treatments", href: "#services" + } + ] }, { - title: "Studio", - items: [ + title: "Studio", items: [ { - label: "About Us", - href: "#about", + label: "About Us", href: "#about" }, { - label: "Our Team", - href: "#team", + label: "Our Team", href: "#team" }, { - label: "Testimonials", - href: "#testimonials", + label: "Testimonials", href: "#testimonials" }, { - label: "Contact", - href: "#contact", - }, - ], + label: "Contact", href: "#contact" + } + ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", + label: "Privacy Policy", href: "#" }, { - label: "Terms of Service", - href: "#", - }, - ], - }, + label: "Terms of Service", href: "#" + } + ] + } ]} copyrightText="© 2024 Adans Hair Studio. All rights reserved." />