From af54471183cc0f5c38f1017f1c2489583e129d82 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:40:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 ++++++++--------------------------------------- 1 file changed, 37 insertions(+), 194 deletions(-) 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 -- 2.49.1