Update src/app/page.tsx

This commit is contained in:
2026-03-09 03:32:23 +00:00
parent feb1086395
commit cc71f55b0c

View File

@@ -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. <strong>Durability:</strong> 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() {
</div>
</ThemeProvider>
);
}
}