diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8ce839d..206dce4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,75 +29,31 @@ export default function LandingPage() {
@@ -105,21 +61,12 @@ export default function LandingPage() {
@@ -238,31 +115,9 @@ export default function LandingPage() {
sideDescription="Need help? Here are some answers to our most popular questions."
faqsAnimation="slide-up"
faqs={[
- {
- id: "1",
- title: "How does the subscription work?",
- content: "You sign up and we ship your box by the 5th of every month. Each box is carefully curated to offer a balanced mix of fun and challenge.",
- },
- {
- id: "2",
- title: "Can I cancel at any time?",
- content: "Yes, you have full control over your subscription through the customer portal. Cancellations are effective starting the next billing cycle.",
- },
- {
- id: "3",
- title: "Are these games good for all ages?",
- content: "We curate games for a wide range of skill levels and ages. Most of our selections are suitable for ages 8 and up, perfect for family bonding.",
- },
- {
- id: "4",
- title: "Do you ship internationally?",
- content: "Currently, we ship within the United States. We hope to expand our shipping reach to more regions in the near future.",
- },
- {
- id: "5",
- title: "Can I give Kognibox as a gift?",
- content: "Absolutely! We offer dedicated gift subscription options that make for a thoughtful and unique present for any occasion.",
- },
+ { id: "1", title: "How does the subscription work?", content: "You sign up and we ship your box by the 5th of every month. Each box is carefully curated to offer a balanced mix of fun and challenge." },
+ { id: "2", title: "Can I cancel at any time?", content: "Yes, you have full control over your subscription through the customer portal. Cancellations are effective starting the next billing cycle." },
+ { id: "3", title: "Are these games good for all ages?", content: "We curate games for a wide range of skill levels and ages. Most of our selections are suitable for ages 8 and up, perfect for family bonding." },
]}
/>
@@ -272,25 +127,13 @@ export default function LandingPage() {
logoText="Kognibox"
copyrightText="© 2025 Kognibox | Connect Offline"
socialLinks={[
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
- {
- icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
- {
- icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
+ { icon: Twitter, href: "#", ariaLabel: "Twitter" },
+ { icon: Facebook, href: "#", ariaLabel: "Facebook" },
]}
/>
);
-}
+}
\ No newline at end of file