From 3b6c11d649ea0c06ff8cd9d3c4a9b85a01699f3d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:19:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e0cc8f..797ebae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,8 +48,7 @@ export default function LandingPage() {
@@ -92,30 +77,16 @@ export default function LandingPage() {
@@ -240,20 +156,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Are products cruelty-free?", - content: "Yes, we are 100% cruelty-free and vegan.", - }, + id: "q1", title: "Are products cruelty-free?", content: "Yes, we are 100% cruelty-free and vegan."}, { - id: "q2", - title: "Do you ship internationally?", - content: "Currently we focus on the USA market.", - }, + id: "q2", title: "Do you ship internationally?", content: "Currently we focus on the USA market."}, { - id: "q3", - title: "How long for shipping?", - content: "Typically 3-5 business days.", - }, + id: "q3", title: "How long for shipping?", content: "Typically 3-5 business days."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about ÉLANORA." @@ -265,8 +172,7 @@ export default function LandingPage() {