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