diff --git a/src/app/page.tsx b/src/app/page.tsx
index a09a394..310542a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,45 +46,28 @@ export default function LandingPage() {
@@ -107,45 +80,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sophia Miller",
- role: "Fashion Stylist",
- company: "Vogue Style",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230961.jpg",
- },
+ id: "1", name: "Sophia Miller", role: "Fashion Stylist", company: "Vogue Style", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230961.jpg"},
{
- id: "2",
- name: "Jordan Davis",
- role: "Event Planner",
- company: "Events Pro",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-sweater-pink-wall_343596-5801.jpg",
- },
+ id: "2", name: "Jordan Davis", role: "Event Planner", company: "Events Pro", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-sweater-pink-wall_343596-5801.jpg"},
{
- id: "3",
- name: "Elena Rossi",
- role: "Creative Director",
- company: "Design Lab",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cute-daughter-receiving-gifts-from-her-mother_23-2148331752.jpg",
- },
+ id: "3", name: "Elena Rossi", role: "Creative Director", company: "Design Lab", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-daughter-receiving-gifts-from-her-mother_23-2148331752.jpg"},
{
- id: "4",
- name: "Marcus Chen",
- role: "Entrepreneur",
- company: "Tech Startup",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-makeup-sponges-happily-white-wall_114579-49577.jpg",
- },
+ id: "4", name: "Marcus Chen", role: "Entrepreneur", company: "Tech Startup", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-makeup-sponges-happily-white-wall_114579-49577.jpg"},
{
- id: "5",
- name: "Alice Wang",
- role: "Influencer",
- company: "Social Media",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-their-drag-outfit_23-2149490852.jpg",
- },
+ id: "5", name: "Alice Wang", role: "Influencer", company: "Social Media", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-their-drag-outfit_23-2149490852.jpg"},
]}
title="Loved by Our Clients"
description="Don't just take our word for it—discover why our clients keep coming back for the premium _yeah_nailz_llc! experience."
@@ -158,30 +106,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "How long do appointments typically last?",
- content: "Depending on the complexity of the art, most sessions range from 60 to 90 minutes.",
- },
+ id: "1", title: "How long do appointments typically last?", content: "Depending on the complexity of the art, most sessions range from 60 to 90 minutes."},
{
- id: "2",
- title: "Do you offer nail extensions?",
- content: "Yes, we specialize in high-quality gel and acrylic extensions customized for your nail bed.",
- },
+ id: "2", title: "Do you offer nail extensions?", content: "Yes, we specialize in high-quality gel and acrylic extensions customized for your nail bed."},
{
- id: "3",
- title: "What is the best way to maintain my manicure?",
- content: "We recommend using cuticle oil daily and avoiding harsh chemicals to extend the life of your design.",
- },
+ id: "3", title: "What is the best way to maintain my manicure?", content: "We recommend using cuticle oil daily and avoiding harsh chemicals to extend the life of your design."},
{
- id: "4",
- title: "Can I bring my own design ideas?",
- content: "Absolutely! We love creative collaboration and are happy to bring your inspiration to life.",
- },
+ id: "4", title: "Can I bring my own design ideas?", content: "Absolutely! We love creative collaboration and are happy to bring your inspiration to life."},
{
- id: "5",
- title: "Do you offer group bookings?",
- content: "Yes, we welcome group bookings for events like bridal showers or parties.",
- },
+ id: "5", title: "Do you offer group bookings?", content: "Yes, we welcome group bookings for events like bridal showers or parties."},
]}
title="Frequently Asked Questions"
description="Have questions about our nail artistry or services? We're here to help."
@@ -191,15 +124,23 @@ export default function LandingPage() {
@@ -207,50 +148,31 @@ export default function LandingPage() {