diff --git a/src/app/page.tsx b/src/app/page.tsx
index d60827f..9ca1adc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -60,52 +45,22 @@ export default function LandingPage() {
@@ -310,21 +157,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "How does the AI scan work?",
- content: "Our proprietary software analyzes light reflection and skin texture.",
- },
- {
- id: "f2",
- title: "Is my data private?",
- content: "Absolutely. All scans are encrypted.",
- },
- {
- id: "f3",
- title: "Can I cancel my plan?",
- content: "Yes, you can cancel at any time.",
- },
+ { id: "f1", title: "How does the AI scan work?", content: "Our proprietary software analyzes light reflection and skin texture." },
+ { id: "f2", title: "Is my data private?", content: "Absolutely. All scans are encrypted." },
+ { id: "f3", title: "Can I cancel my plan?", content: "Yes, you can cancel at any time." },
]}
title="Common Questions"
description="Everything you need to know about starting your skin transformation journey."
@@ -335,9 +170,7 @@ export default function LandingPage() {
@@ -385,4 +194,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file