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() {