diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5103bbc..faeb4fa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,128 +44,69 @@ export default function LandingPage() {
@@ -209,45 +135,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Alice M.",
- role: "Collector",
- company: "Vintage Club",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-fashion-clothes-hugging_1157-50864.jpg",
- },
+ id: "1", name: "Alice M.", role: "Collector", company: "Vintage Club", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-fashion-clothes-hugging_1157-50864.jpg"},
{
- id: "2",
- name: "Bob R.",
- role: "Stylist",
- company: "Creative Lab",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-holding-colored-shopping-bags_1150-14181.jpg",
- },
+ id: "2", name: "Bob R.", role: "Stylist", company: "Creative Lab", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-holding-colored-shopping-bags_1150-14181.jpg"},
{
- id: "3",
- name: "Charlie D.",
- role: "Artist",
- company: "DesignCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-sustainable-mobility-skateboard_23-2149129351.jpg",
- },
+ id: "3", name: "Charlie D.", role: "Artist", company: "DesignCo", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-sustainable-mobility-skateboard_23-2149129351.jpg"},
{
- id: "4",
- name: "Diana K.",
- role: "Designer",
- company: "RetroStudio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-red-hat_23-2150746341.jpg",
- },
+ id: "4", name: "Diana K.", role: "Designer", company: "RetroStudio", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-red-hat_23-2150746341.jpg"},
{
- id: "5",
- name: "Edward P.",
- role: "Architect",
- company: "BuildRetro",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-red-polka-dot-dress-posing-smiling-yellow_140725-44995.jpg",
- },
+ id: "5", name: "Edward P.", role: "Architect", company: "BuildRetro", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-female-red-polka-dot-dress-posing-smiling-yellow_140725-44995.jpg"},
]}
title="Loved by Retro Lovers"
description="See why our community keeps coming back."
@@ -262,30 +163,15 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
- id: "1",
- title: "How do you source your vintage pieces?",
- content: "We work with professional pickers and estate sales across the globe to curate high-quality vintage apparel.",
- },
+ id: "1", title: "How do you source your vintage pieces?", content: "We work with professional pickers and estate sales across the globe to curate high-quality vintage apparel."},
{
- id: "2",
- title: "Are these items authentic?",
- content: "Yes, every item in our collection is 100% genuine vintage, hand-vetted for condition and provenance.",
- },
+ id: "2", title: "Are these items authentic?", content: "Yes, every item in our collection is 100% genuine vintage, hand-vetted for condition and provenance."},
{
- id: "3",
- title: "What is your return policy?",
- content: "We accept returns within 14 days of purchase for items that remain in their original condition.",
- },
+ id: "3", title: "What is your return policy?", content: "We accept returns within 14 days of purchase for items that remain in their original condition."},
{
- id: "4",
- title: "Do you ship internationally?",
- content: "Absolutely! We offer worldwide shipping to ensure you can get your retro fix wherever you are.",
- },
+ id: "4", title: "Do you ship internationally?", content: "Absolutely! We offer worldwide shipping to ensure you can get your retro fix wherever you are."},
{
- id: "5",
- title: "How do I care for my vintage garments?",
- content: "We recommend gentle hand-washing or professional dry cleaning to maintain the integrity of delicate, aged fabrics.",
- },
+ id: "5", title: "How do I care for my vintage garments?", content: "We recommend gentle hand-washing or professional dry cleaning to maintain the integrity of delicate, aged fabrics."},
]}
/>
@@ -294,13 +180,9 @@ export default function LandingPage() {