From 64119352556510dbeb39b6dae25ed8f23c4ec644 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 05:03:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 269 +++++++++++------------------------------------ 1 file changed, 63 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c24712..f3e9578 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,92 +46,51 @@ export default function LandingPage() {
@@ -149,54 +100,33 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Rooted in Culture,", - }, + type: "text", content: "Rooted in Culture,"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/portrait-young-female-jumping_23-2148925642.jpg", - alt: "About us visual", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/portrait-young-female-jumping_23-2148925642.jpg", alt: "About us visual"}, { - type: "text", - content: "Built for the Future.", - }, + type: "text", content: "Built for the Future."}, ]} />
@@ -301,30 +186,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah W.", - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-african-man-glasses-standing-street-outdoor-photo-stylish-black-guy-listening-music-headphones_197531-21803.jpg", - }, + id: "t1", name: "Sarah W.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-african-man-glasses-standing-street-outdoor-photo-stylish-black-guy-listening-music-headphones_197531-21803.jpg"}, { - id: "t2", - name: "Mike L.", - imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-sunglasses-standing-outside_23-2147654973.jpg", - }, + id: "t2", name: "Mike L.", imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-sunglasses-standing-outside_23-2147654973.jpg"}, { - id: "t3", - name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/gen-z-person-exploring-absurdist-fashion-beauty_23-2151104064.jpg", - }, + id: "t3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/gen-z-person-exploring-absurdist-fashion-beauty_23-2151104064.jpg"}, { - id: "t4", - name: "David B.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-woman-bucket-hat-posing-outdoors-old-railway-station_181624-55447.jpg", - }, + id: "t4", name: "David B.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-woman-bucket-hat-posing-outdoors-old-railway-station_181624-55447.jpg"}, { - id: "t5", - name: "Kiera F.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-fashionable-woman-with-beautiful-brown-hair-smiling_291650-514.jpg", - }, + id: "t5", name: "Kiera F.", imageSrc: "http://img.b2bpic.net/free-photo/photo-fashionable-woman-with-beautiful-brown-hair-smiling_291650-514.jpg"}, ]} cardTitle="What the Community Says" cardTag="Reviews" @@ -338,20 +208,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you offer shipping?", - content: "Yes, we ship globally.", - }, + id: "f1", title: "Do you offer shipping?", content: "Yes, we ship globally."}, { - id: "f2", - title: "Are these authentic?", - content: "Every item is verified by our team.", - }, + id: "f2", title: "Are these authentic?", content: "Every item is verified by our team."}, { - id: "f3", - title: "How often are drops?", - content: "New arrivals every Friday at 10 AM EST.", - }, + id: "f3", title: "How often are drops?", content: "New arrivals every Friday at 10 AM EST."}, ]} imageSrc="http://img.b2bpic.net/free-photo/young-woman-is-standing-car-with-bags-her-hands_1153-5879.jpg" title="Need Help?" @@ -364,13 +225,9 @@ export default function LandingPage() {
-- 2.49.1