From e8b051c26b0d5731cc56bf29a237f761ab9b7fde Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:30:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 295 +++++++---------------------------------------- 1 file changed, 43 insertions(+), 252 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40d4b78..019c7c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -338,21 +149,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Are you cruelty-free?", - content: "Yes, always.", - }, - { - id: "q2", - title: "Do you ship internationally?", - content: "USA only at this time.", - }, - { - id: "q3", - title: "Are products vegan?", - content: "Entirely plant-based.", - }, + { id: "q1", title: "Are you cruelty-free?", content: "Yes, always." }, + { id: "q2", title: "Do you ship internationally?", content: "USA only at this time." }, + { id: "q3", title: "Are products vegan?", content: "Entirely plant-based." }, ]} title="Frequently Asked" description="Answers to your beauty queries." @@ -363,9 +162,7 @@ export default function LandingPage() {
-- 2.49.1