From cc71f55b0c672f2cb83e9cc2f7031b6aefbbc31c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:32:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f2f880..796b897 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ const socialProofLogos = [ const socialProofNames = ["Creative Minds", "Design Studio Pro", "Brand Creators", "Retail Partners", "Art Collective", "Media House", "Ventures Inc"]; const faqs = [ - { id: "1", title: "What materials are your stickers made from?", content: "Our stickers are made from premium vinyl with eco-friendly inks. They are waterproof, UV-resistant, and designed to last for years without fading. All materials are sourced sustainably and are fully recyclable." }, + { id: "1", title: "What materials are your stickers made from?", content: "Our stickers are made from premium vinyl with eco-friendly inks. They are waterproof, UV-resistant, and designed to last for years without fading. Durability: 3-5 years on cars and outdoor surfaces, 5+ years indoors on laptops and water bottles. All materials are sourced sustainably and are fully recyclable." }, { id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days. We also offer expedited shipping options for 2-3 business days. All orders are processed and shipped within 24 hours of purchase." }, { id: "3", title: "Can I create custom designs?", content: "Absolutely! We offer a full custom design service. You can use our online design tool or work with our professional designers. Custom orders start at just 20 stickers with no design fees." }, { id: "4", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not satisfied with your stickers, simply contact us for a full refund or replacement at no cost." }, @@ -225,4 +225,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}