From 855dd260b4ab1b355c7664c372d4824accb82984 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 09:29:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 186 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdd669a..f90d4e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,47 +44,26 @@ export default function LandingPage() {
@@ -105,47 +76,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Urban Classic Tee", - price: "$29", - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448802.jpg?_wi=1", - imageAlt: "product photography white background", - }, + id: "p1", name: "Urban Classic Tee", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448802.jpg", imageAlt: "product photography white background"}, { - id: "p2", - name: "Vintage Fade", - price: "$34", - imageSrc: "http://img.b2bpic.net/free-photo/woman-outfit-holding-shopping-bags_23-2148316202.jpg", - imageAlt: "tshirt product display", - }, + id: "p2", name: "Vintage Fade", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/woman-outfit-holding-shopping-bags_23-2148316202.jpg", imageAlt: "tshirt product display"}, { - id: "p3", - name: "Graphic Streetwear", - price: "$39", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947509.jpg", - imageAlt: "graphic tshirt flat lay", - }, + id: "p3", name: "Graphic Streetwear", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947509.jpg", imageAlt: "graphic tshirt flat lay"}, { - id: "p4", - name: "Minimalist Essentials", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cool-woman-posing-with-trucker-hat_23-2149412766.jpg", - imageAlt: "printed tshirt isolate white", - }, + id: "p4", name: "Minimalist Essentials", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cool-woman-posing-with-trucker-hat_23-2149412766.jpg", imageAlt: "printed tshirt isolate white"}, { - id: "p5", - name: "Adventure Series", - price: "$42", - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448761.jpg", - imageAlt: "premium cotton tshirt product", - }, + id: "p5", name: "Adventure Series", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448761.jpg", imageAlt: "premium cotton tshirt product"}, { - id: "p6", - name: "Limited Edition", - price: "$49", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-wearing-white-shirts_23-2149323044.jpg", - imageAlt: "tshirt collection studio shot", - }, + id: "p6", name: "Limited Edition", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-wearing-white-shirts_23-2149323044.jpg", imageAlt: "tshirt collection studio shot"}, ]} title="Our Best Sellers" description="Discover our top-rated tshirt collections." @@ -159,31 +100,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "10k+", - title: "Verified Reviews", - items: [ - "Authentic feedback", - "Verified purchases", - ], + id: "m1", value: "10k+", title: "Verified Reviews", items: [ + "Authentic feedback", "Verified purchases"], }, { - id: "m2", - value: "98%", - title: "Happy Shoppers", - items: [ - "Customer satisfaction", - "Consistent quality", - ], + id: "m2", value: "98%", title: "Happy Shoppers", items: [ + "Customer satisfaction", "Consistent quality"], }, { - id: "m3", - value: "50k", - title: "Tees Sold", - items: [ - "Top-rated items", - "Best selling collections", - ], + id: "m3", value: "50k", title: "Tees Sold", items: [ + "Top-rated items", "Best selling collections"], }, ]} title="Community Highlights" @@ -198,40 +124,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "The best fit I've found in years!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tanned-dark-haired-woman-with-stylish-bun-smiling-against-wall-bar-with-painted-flamingos_197531-17039.jpg", - }, + id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best fit I've found in years!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tanned-dark-haired-woman-with-stylish-bun-smiling-against-wall-bar-with-painted-flamingos_197531-17039.jpg"}, { - id: "t2", - name: "Mike R.", - handle: "@miker", - testimonial: "Excellent quality and fast shipping.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-boy-posing-studio_176474-77265.jpg", - }, + id: "t2", name: "Mike R.", handle: "@miker", testimonial: "Excellent quality and fast shipping.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-boy-posing-studio_176474-77265.jpg"}, { - id: "t3", - name: "Emily P.", - handle: "@emilyp", - testimonial: "Love the vintage designs.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-young-woman-posing-with-expressions_1301-6723.jpg", - }, + id: "t3", name: "Emily P.", handle: "@emilyp", testimonial: "Love the vintage designs.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-young-woman-posing-with-expressions_1301-6723.jpg"}, { - id: "t4", - name: "David L.", - handle: "@davidl", - testimonial: "Tees hold up great after washes.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-clothes-sexy-carefree-woman-posing-near-red-wall-studio-positive-blond-model-having-fun-going-crazy-cheerful-happy-shows-tongue_158538-20604.jpg", - }, + id: "t4", name: "David L.", handle: "@davidl", testimonial: "Tees hold up great after washes.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-clothes-sexy-carefree-woman-posing-near-red-wall-studio-positive-blond-model-having-fun-going-crazy-cheerful-happy-shows-tongue_158538-20604.jpg"}, { - id: "t5", - name: "Jessica W.", - handle: "@jessw", - testimonial: "Perfect aesthetic for everyday wear.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-tablet_23-2148016291.jpg", - }, + id: "t5", name: "Jessica W.", handle: "@jessw", testimonial: "Perfect aesthetic for everyday wear.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-tablet_23-2148016291.jpg"}, ]} title="Top Reviewer Picks" description="What our top community members are saying." @@ -244,11 +145,8 @@ export default function LandingPage() { title="Terms and Conditions" sections={[ { - heading: "Terms of Use", - content: { - type: "paragraph", - text: "By using TeeTrust, you agree to these terms. We ensure high-quality standards for every garment sold on our platform.", - }, + heading: "Terms of Use", content: { + text: "By using TeeTrust, you agree to these terms. We ensure high-quality standards for every garment sold on our platform."}, }, ]} /> @@ -258,29 +156,19 @@ export default function LandingPage() {