From 653d13253c305841f51c3f5b2a886cd38d2843e1 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 22:55:23 +0000 Subject: [PATCH] Seed: landing template (12 files) --- src/pages/Index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 7d9c429..1700712 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -63,7 +63,7 @@ export default function LandingPage() {
{/* ── HEADER ── */}
{["A", "B", "C", "D"].map((letter, i) => ( - {letter} @@ -202,13 +202,13 @@ export default function LandingPage() { ].map((feature, i) => (
{/* Image placeholder */}
-
+
{i + 1}
@@ -299,7 +299,7 @@ export default function LandingPage() { @@ -408,7 +408,7 @@ export default function LandingPage() { { q: "Do you offer a trial period?", a: "Yes, all paid plans come with a 14-day free trial. You can explore all features before committing." }, { q: "How do I get support?", a: "Free plans get community support. Pro plans include priority email support with 4-hour response times. Enterprise gets dedicated account management and phone support." }, ].map((faq, i) => ( - + {faq.q} {faq.a}