diff --git a/src/app/page.tsx b/src/app/page.tsx
index feb03c1..7435178 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,15 +30,12 @@ export default function LandingPage() {
@@ -46,7 +43,7 @@ export default function LandingPage() {
@@ -56,36 +53,17 @@ export default function LandingPage() {
@@ -125,29 +97,11 @@ export default function LandingPage() {
description="Perspectives from our community."
testimonials={[
{
- id: "t1",
- title: "True Innovation",
- quote: "The most refreshing take on street-luxury I have encountered this year.",
- name: "Alex Rivet",
- role: "Fashion Critic",
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2628.jpg?_wi=2",
- },
+ id: "t1", title: "True Innovation", quote: "The most refreshing take on street-luxury I have encountered this year.", name: "Alex Rivet", role: "Fashion Critic", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2628.jpg"},
{
- id: "t2",
- title: "Essential Cuts",
- quote: "The oversized fits are perfectly proportioned. Quality is unmatched.",
- name: "Sarah Chen",
- role: "Creative Director",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg?_wi=2",
- },
+ id: "t2", title: "Essential Cuts", quote: "The oversized fits are perfectly proportioned. Quality is unmatched.", name: "Sarah Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg"},
{
- id: "t3",
- title: "Avant-Garde",
- quote: "Every piece feels like a sculpture you can wear. Truly experimental.",
- name: "Marcus Vane",
- role: "Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744037.jpg?_wi=2",
- },
+ id: "t3", title: "Avant-Garde", quote: "Every piece feels like a sculpture you can wear. Truly experimental.", name: "Marcus Vane", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744037.jpg"},
]}
/>
@@ -161,20 +115,11 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
- id: "f1",
- title: "What is the return policy?",
- content: "We offer returns within 14 days of delivery for unworn items in original packaging.",
- },
+ id: "f1", title: "What is the return policy?", content: "We offer returns within 14 days of delivery for unworn items in original packaging."},
{
- id: "f2",
- title: "Do you ship internationally?",
- content: "Yes, we ship to over 100 countries globally via DHL Express.",
- },
+ id: "f2", title: "Do you ship internationally?", content: "Yes, we ship to over 100 countries globally via DHL Express."},
{
- id: "f3",
- title: "How do I care for my garments?",
- content: "Please follow the care labels inside each garment, typically dry clean only for structured pieces.",
- },
+ id: "f3", title: "How do I care for my garments?", content: "Please follow the care labels inside each garment, typically dry clean only for structured pieces."},
]}
/>