diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3f5d377..03c327c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
@@ -63,44 +51,23 @@ export default function LandingPage() {
@@ -262,45 +166,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Isabella Chen",
- handle: "@isabellac",
- testimonial: "The gown designed for me was beyond perfection. Ava's vision brought my dream to life with such elegance.",
- imageSrc: "http://img.b2bpic.net/free-photo/store-assistant-posing-fashion-department-store_482257-67119.jpg",
- imageAlt: "Isabella Chen",
- },
+ id: "t1", name: "Isabella Chen", handle: "@isabellac", testimonial: "The gown designed for me was beyond perfection. Ava's vision brought my dream to life with such elegance.", imageSrc: "http://img.b2bpic.net/free-photo/store-assistant-posing-fashion-department-store_482257-67119.jpg", imageAlt: "Isabella Chen"},
{
- id: "t2",
- name: "Marcus Thorne",
- handle: "@marcust",
- testimonial: "The bespoke suit I commissioned is simply impeccable. The fit and craftsmanship are second to none.",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-talking-phone_23-2148352552.jpg",
- imageAlt: "Marcus Thorne",
- },
+ id: "t2", name: "Marcus Thorne", handle: "@marcust", testimonial: "The bespoke suit I commissioned is simply impeccable. The fit and craftsmanship are second to none.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-talking-phone_23-2148352552.jpg", imageAlt: "Marcus Thorne"},
{
- id: "t3",
- name: "Sophia Rodriguez",
- handle: "@sophian",
- testimonial: "For my special event, I needed something unique. This studio delivered a masterpiece that turned heads.",
- imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-s-hand-painted-with-mehndi-holds-glass-wine_8353-772.jpg",
- imageAlt: "Sophia Rodriguez",
- },
+ id: "t3", name: "Sophia Rodriguez", handle: "@sophian", testimonial: "For my special event, I needed something unique. This studio delivered a masterpiece that turned heads.", imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-s-hand-painted-with-mehndi-holds-glass-wine_8353-772.jpg", imageAlt: "Sophia Rodriguez"},
{
- id: "t4",
- name: "Daniel Kim",
- handle: "@danielk",
- testimonial: "The attention to detail and the personalized service made the entire experience truly luxurious. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-city_1157-46938.jpg",
- imageAlt: "Daniel Kim",
- },
+ id: "t4", name: "Daniel Kim", handle: "@danielk", testimonial: "The attention to detail and the personalized service made the entire experience truly luxurious. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-city_1157-46938.jpg", imageAlt: "Daniel Kim"},
{
- id: "t5",
- name: "Olivia White",
- handle: "@oliviaw",
- testimonial: "My wedding dress was an absolute dream. Every stitch felt like it was made just for me. Thank you!",
- imageSrc: "http://img.b2bpic.net/free-photo/african-young-man-giving-white-flowers-bouquet-her-smiling-girlfriend_23-2148151758.jpg",
- imageAlt: "Olivia White",
- },
+ id: "t5", name: "Olivia White", handle: "@oliviaw", testimonial: "My wedding dress was an absolute dream. Every stitch felt like it was made just for me. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/african-young-man-giving-white-flowers-bouquet-her-smiling-girlfriend_23-2148151758.jpg", imageAlt: "Olivia White"},
]}
title="What Our Clients Say"
description="Hear from those who have experienced our unique blend of design and craftsmanship."
@@ -315,30 +189,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "How long does a bespoke creation take?",
- content: "The timeline for a bespoke piece varies depending on complexity, fabric sourcing, and fittings, typically ranging from 6 to 12 weeks. We ensure meticulous attention at every stage.",
- },
+ id: "q1", title: "How long does a bespoke creation take?", content: "The timeline for a bespoke piece varies depending on complexity, fabric sourcing, and fittings, typically ranging from 6 to 12 weeks. We ensure meticulous attention at every stage."},
{
- id: "q2",
- title: "What is the process for a custom design?",
- content: "Our custom design process begins with an initial consultation, followed by conceptual sketches, fabric selection, multiple fittings, and final adjustments to perfect your garment.",
- },
+ id: "q2", title: "What is the process for a custom design?", content: "Our custom design process begins with an initial consultation, followed by conceptual sketches, fabric selection, multiple fittings, and final adjustments to perfect your garment."},
{
- id: "q3",
- title: "Do you offer international shipping?",
- content: "Yes, we offer secure international shipping for our ready-to-wear collections and bespoke creations, ensuring your garment arrives safely and promptly.",
- },
+ id: "q3", title: "Do you offer international shipping?", content: "Yes, we offer secure international shipping for our ready-to-wear collections and bespoke creations, ensuring your garment arrives safely and promptly."},
{
- id: "q4",
- title: "Can I provide my own fabric?",
- content: "While we offer a curated selection of exquisite fabrics, clients are welcome to provide their own material if it meets our quality and design standards for bespoke work.",
- },
+ id: "q4", title: "Can I provide my own fabric?", content: "While we offer a curated selection of exquisite fabrics, clients are welcome to provide their own material if it meets our quality and design standards for bespoke work."},
{
- id: "q5",
- title: "What is your return/exchange policy?",
- content: "Ready-to-wear items can be returned or exchanged within 14 days. Due to their unique nature, bespoke creations are non-returnable but we guarantee satisfaction through fitting adjustments.",
- },
+ id: "q5", title: "What is your return/exchange policy?", content: "Ready-to-wear items can be returned or exchanged within 14 days. Due to their unique nature, bespoke creations are non-returnable but we guarantee satisfaction through fitting adjustments."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our design process, services, and collections."
@@ -350,20 +209,15 @@ export default function LandingPage() {
@@ -373,13 +227,9 @@ export default function LandingPage() {