From 89e294d8af3192ae789519b02282a20b3e5ccc8f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:12:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cec32a1..543550c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,11 +146,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Spring Event", title: "Streetlights After Dark", subtitle: "A grown-up game night", description: "Relive your childhood with hide and seek, red light green light, and Simon Says. No phones allowed. Just memories in the making.", imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317183.jpg", imageAlt: "Street games event", buttons: [{ text: "Get Tickets", href: "#" }], + tag: "Spring Event", title: "Streetlights After Dark", subtitle: "A grown-up game night", description: "Relive your childhood with hide and seek, red light green light, and Simon Says. No phones allowed. Just memories in the making.", imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317183.jpg?_wi=1", imageAlt: "Street games event", buttons: [{ text: "Get Tickets", href: "#" }], }, { id: 2, - tag: "Summer Event", title: "Kick the Can Championship", subtitle: "Neighborhood tournament", description: "The ultimate street games showdown. Teams compete in classic playground games for prizes and glory. Bring your crew.", imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317183.jpg", imageAlt: "Tournament event", buttons: [{ text: "Register Team", href: "#" }], + tag: "Summer Event", title: "Kick the Can Championship", subtitle: "Neighborhood tournament", description: "The ultimate street games showdown. Teams compete in classic playground games for prizes and glory. Bring your crew.", imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317183.jpg?_wi=2", imageAlt: "Tournament event", buttons: [{ text: "Register Team", href: "#" }], }, ]} textboxLayout="default" @@ -164,13 +164,13 @@ export default function LandingPage() {