diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7f26852..632ea76 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,77 +31,37 @@ export default function LandingPage() {
@@ -285,21 +148,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Are these real space tech?",
- content: "Yes, all our featured spinoffs are based on NASA research.",
- },
- {
- id: "q2",
- title: "Can I buy these anywhere?",
- content: "Many are everyday consumer items you already own.",
- },
- {
- id: "q3",
- title: "Where can I learn more?",
- content: "Check out the official NASA spinoff database.",
- },
+ { id: "q1", title: "Are these real space tech?", content: "Yes, all our featured spinoffs are based on NASA research." },
+ { id: "q2", title: "Can I buy these anywhere?", content: "Many are everyday consumer items you already own." },
+ { id: "q3", title: "Where can I learn more?", content: "Check out the official NASA spinoff database." },
]}
title="Curious Minds?"
description="Common questions about NASA tech."
@@ -310,16 +161,9 @@ export default function LandingPage() {