diff --git a/src/app/page.tsx b/src/app/page.tsx
index 45499b9..e3e503f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,30 +29,12 @@ export default function LandingPage() {
@@ -61,42 +43,19 @@ export default function LandingPage() {
@@ -200,46 +112,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- title: "Great Haircut!",
- quote: "I loved my haircut and styling! The team really listens to what you want.",
- name: "Sarah J.",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-makeup-long-wavy-hair-posing_291650-557.jpg",
- },
- {
- id: "t2",
- title: "Beautiful Nails",
- quote: "My nails turned out exactly how I imagined—clean, neat, and beautiful.",
- name: "Michael C.",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2439.jpg",
- },
- {
- id: "t3",
- title: "Relaxing Facial",
- quote: "Such a relaxing experience. The facial left my skin glowing!",
- name: "Emily R.",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/resort-therapy_1098-15102.jpg",
- },
- {
- id: "t4",
- title: "Amazing Makeup",
- quote: "Loved my look for the event. Highly recommend their makeup service!",
- name: "David K.",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg",
- },
- {
- id: "t5",
- title: "Wonderful Experience",
- quote: "Always a pleasure coming here for my routine beauty care.",
- name: "Jane D.",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg",
- },
+ { id: "t1", title: "Great Haircut!", quote: "I loved my haircut and styling! The team really listens to what you want.", name: "Sarah J.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-makeup-long-wavy-hair-posing_291650-557.jpg" },
+ { id: "t2", title: "Beautiful Nails", quote: "My nails turned out exactly how I imagined—clean, neat, and beautiful.", name: "Michael C.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2439.jpg" },
+ { id: "t3", title: "Relaxing Facial", quote: "Such a relaxing experience. The facial left my skin glowing!", name: "Emily R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/resort-therapy_1098-15102.jpg" },
+ { id: "t4", title: "Amazing Makeup", quote: "Loved my look for the event. Highly recommend their makeup service!", name: "David K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg" },
+ { id: "t5", title: "Wonderful Experience", quote: "Always a pleasure coming here for my routine beauty care.", name: "Jane D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg" },
]}
title="What Our Clients Say"
description="We're proud to have happy clients who love our services."
@@ -251,27 +128,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do I need an appointment?",
- content: "Yes, we recommend booking an appointment via WhatsApp or calling us.",
- },
- {
- id: "q2",
- title: "What are your operating hours?",
- content: "We are open daily from 10 AM to 10 PM.",
- },
- {
- id: "q3",
- title: "Where are you located?",
- content: "We are located in Sharjah. Contact us for specific directions.",
- },
+ { id: "q1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment via WhatsApp or calling us." },
+ { id: "q2", title: "What are your operating hours?", content: "We are open daily from 10 AM to 10 PM." },
+ { id: "q3", title: "Where are you located?", content: "We are located in Sharjah. Contact us for specific directions." },
]}
title="Frequently Asked Questions"
description="Find answers to our common questions here."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/fitness-girl-activewear-doing-yoga-home-stretching-working-out-massaging-her-neck-with_1258-200240.jpg"
mediaAnimation="slide-up"
+ textboxLayout="split"
/>
@@ -279,8 +145,7 @@ export default function LandingPage() {