From 46f257d11fc4005f00627cb250b1b177cd644293 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:51:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 129 +++++++++++++++-------------------------------- 1 file changed, 42 insertions(+), 87 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cef33ae..ef89f74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -129,12 +104,9 @@ export default function LandingPage() { title="By The Numbers" tag="Our Impact" metrics={[ - { - id: "m1", value: "10K+", description: "Happy Sticker Fans"}, - { - id: "m2", value: "500+", description: "Unique Designs"}, - { - id: "m3", value: "50+", description: "Countries Reached"}, + { id: "m1", value: "10K+", description: "Happy Sticker Fans" }, + { id: "m2", value: "500+", description: "Unique Designs" }, + { id: "m3", value: "50+", description: "Countries Reached" }, ]} metricsAnimation="slide-up" /> @@ -147,23 +119,14 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} testimonials={[ - { - id: "t1", name: "Alex", role: "Fan", company: "StickerAddict", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100188.jpg"}, - { - id: "t2", name: "Sam", role: "Fan", company: "Collector", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/naive-lol-stickers-collection_52683-68193.jpg"}, - { - id: "t3", name: "Jamie", role: "Fan", company: "FanClub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-with-glasses_1098-1934.jpg"}, - { - id: "t4", name: "Casey", role: "Fan", company: "StickerBoom", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/professional-women-avatars_1107-15.jpg"}, - { - id: "t5", name: "Jordan", role: "Fan", company: "Artist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151133982.jpg"}, - ], - title="Loved By Fans", description="Our happy customers agree." + { id: "t1", name: "Alex", role: "Fan", company: "StickerAddict", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100188.jpg" }, + { id: "t2", name: "Sam", role: "Fan", company: "Collector", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/naive-lol-stickers-collection_52683-68193.jpg" }, + { id: "t3", name: "Jamie", role: "Fan", company: "FanClub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-with-glasses_1098-1934.jpg" }, + { id: "t4", name: "Casey", role: "Fan", company: "StickerBoom", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/professional-women-avatars_1107-15.jpg" }, + { id: "t5", name: "Jordan", role: "Fan", company: "Artist", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151133982.jpg" }, + ]} + title="Loved By Fans" + description="Our happy customers agree." /> @@ -172,12 +135,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "How long for shipping?", content: "Shipping usually takes 3-5 business days."}, - { - id: "f2", title: "Do you accept returns?", content: "We accept returns for defective items within 30 days."}, - { - id: "f3", title: "Are these weatherproof?", content: "Yes, all our stickers are fully waterproof and UV resistant."}, + { id: "f1", title: "How long for shipping?", content: "Shipping usually takes 3-5 business days." }, + { id: "f2", title: "Do you accept returns?", content: "We accept returns for defective items within 30 days." }, + { id: "f3", title: "Are these weatherproof?", content: "Yes, all our stickers are fully waterproof and UV resistant." }, ]} imageSrc="http://img.b2bpic.net/free-photo/customer-service-agent_23-2151947897.jpg" mediaAnimation="slide-up" @@ -190,8 +150,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1