From 56da31ef655586b1e71242e378a2f20946babd90 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:04:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 175 ++++++++++++----------------------------------- 1 file changed, 45 insertions(+), 130 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a21c8e0..e3de783 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,98 +42,57 @@ export default function LandingPage() {
@@ -150,20 +103,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Where is the event located?", - content: "The Comicon Fair takes place at the Downtown Convention Center.", - }, + id: "q1", title: "Where is the event located?", content: "The Comicon Fair takes place at the Downtown Convention Center."}, { - id: "q2", - title: "Can I bring kids?", - content: "Yes, kids under 12 enter free with an adult ticket.", - }, + id: "q2", title: "Can I bring kids?", content: "Yes, kids under 12 enter free with an adult ticket."}, { - id: "q3", - title: "Is cosplay mandatory?", - content: "Not at all! Come as you are.", - }, + id: "q3", title: "Is cosplay mandatory?", content: "Not at all! Come as you are."}, ]} title="Frequently Asked Questions" description="Have questions about our event? Find answers here." @@ -181,20 +125,11 @@ export default function LandingPage() { description="The numbers speak for themselves." metrics={[ { - id: "m1", - value: "15k+", - description: "Attendees", - }, + id: "m1", value: "15k+", description: "Attendees"}, { - id: "m2", - value: "200+", - description: "Exhibitors", - }, + id: "m2", value: "200+", description: "Exhibitors"}, { - id: "m3", - value: "50+", - description: "Exclusive Panels", - }, + id: "m3", value: "50+", description: "Exclusive Panels"}, ]} /> @@ -206,12 +141,7 @@ export default function LandingPage() { title="Proudly Supported By" description="Industry partners who make this possible." names={[ - "Nexus Comics", - "Galaxy Gaming", - "Cosplay Central", - "Anime Hub", - "Legendary Prints", - ]} + "Nexus Comics", "Galaxy Gaming", "Cosplay Central", "Anime Hub", "Legendary Prints"]} /> @@ -219,14 +149,11 @@ export default function LandingPage() { @@ -235,33 +162,21 @@ export default function LandingPage() {