diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8738fbd..32618f5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,76 +48,47 @@ export default function LandingPage() {
@@ -299,55 +192,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Alex R.",
- date: "Oct 2023",
- title: "Creative Lead",
- quote: "The texture is unmatched.",
- tag: "Verified Buyer",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-sunglasses-taking-selfie_23-2148522837.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3511.jpg",
- },
+ id: "1", name: "Alex R.", date: "Oct 2023", title: "Creative Lead", quote: "The texture is unmatched.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-sunglasses-taking-selfie_23-2148522837.jpg", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3511.jpg"},
{
- id: "2",
- name: "Sarah L.",
- date: "Nov 2023",
- title: "Editor",
- quote: "Perfectly fitted, daily staple.",
- tag: "Verified Buyer",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020776.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-young-girl-business-clothes-posing-light-background-studio-concept-stylish-clothes-sophistication_78826-3394.jpg",
- },
+ id: "2", name: "Sarah L.", date: "Nov 2023", title: "Editor", quote: "Perfectly fitted, daily staple.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020776.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-young-girl-business-clothes-posing-light-background-studio-concept-stylish-clothes-sophistication_78826-3394.jpg"},
{
- id: "3",
- name: "James K.",
- date: "Dec 2023",
- title: "Designer",
- quote: "Sophistication in a t-shirt.",
- tag: "Verified Buyer",
- avatarSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-bearded-man-glasses-working-laptop_285396-9836.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830413.jpg",
- },
+ id: "3", name: "James K.", date: "Dec 2023", title: "Designer", quote: "Sophistication in a t-shirt.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-bearded-man-glasses-working-laptop_285396-9836.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830413.jpg"},
{
- id: "4",
- name: "Chloe M.",
- date: "Jan 2024",
- title: "Blogger",
- quote: "Minimalist dreams come true.",
- tag: "Verified Buyer",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queen-talking-phone_23-2149556835.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-yellow-summer-dress-interior-room-concrete-wall-background_285396-10752.jpg",
- },
+ id: "4", name: "Chloe M.", date: "Jan 2024", title: "Blogger", quote: "Minimalist dreams come true.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queen-talking-phone_23-2149556835.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-yellow-summer-dress-interior-room-concrete-wall-background_285396-10752.jpg"},
{
- id: "5",
- name: "David W.",
- date: "Feb 2024",
- title: "Stylist",
- quote: "The quality speaks volumes.",
- tag: "Verified Buyer",
- avatarSrc: "http://img.b2bpic.net/free-photo/cute-tanned-asian-woman-black-trench-coat-white-dress-poses-outside-portrait-brunette-lady-sunglasses_197531-27935.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830427.jpg",
- },
+ id: "5", name: "David W.", date: "Feb 2024", title: "Stylist", quote: "The quality speaks volumes.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/cute-tanned-asian-woman-black-trench-coat-white-dress-poses-outside-portrait-brunette-lady-sunglasses_197531-27935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830427.jpg"},
]}
title="Loved by Modern Icons"
description="Hear from our community of minimalists."
@@ -360,20 +213,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Material origin?",
- content: "100% organic cotton from sustainable farms.",
- },
+ id: "q1", title: "Material origin?", content: "100% organic cotton from sustainable farms."},
{
- id: "q2",
- title: "Return policy?",
- content: "30-day hassle-free returns on all orders.",
- },
+ id: "q2", title: "Return policy?", content: "30-day hassle-free returns on all orders."},
{
- id: "q3",
- title: "Washing instructions?",
- content: "Cold wash, hang dry for best fabric longevity.",
- },
+ id: "q3", title: "Washing instructions?", content: "Cold wash, hang dry for best fabric longevity."},
]}
title="Common Inquiries"
faqsAnimation="blur-reveal"
@@ -385,8 +229,7 @@ export default function LandingPage() {