From 792ef21aff6315971536db5c66ae7556da9ef697 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:54:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3a40de..a15d5f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,16 +71,16 @@ export default function LandingPage() { buttonAnimation="slide-up" ariaLabel="Proof Digital hero section" marqueeItems={[ - { type: "text", text: "Google" }, - { type: "text", text: "Microsoft" }, - { type: "text", text: "Amazon" }, - { type: "text", text: "Apple" }, - { type: "text", text: "Meta" }, - { type: "text", text: "Tesla" }, - { type: "text", text: "Netflix" }, - { type: "text", text: "Spotify" }, - { type: "text", text: "Uber" }, - { type: "text", text: "Airbnb" } + { type: "text", text: "Joe's Plumbing" }, + { type: "text", text: "Main Street Dental" }, + { type: "text", text: "City Repairs Auto" }, + { type: "text", text: "Local Café Co" }, + { type: "text", text: "Green Landscaping" }, + { type: "text", text: "Premier Hair Salon" }, + { type: "text", text: "Downtown Pizza" }, + { type: "text", text: "Family Daycare" }, + { type: "text", text: "Tech Startup Hub" }, + { type: "text", text: "Community Bank" } ]} marqueeSpeed={30} showMarqueeCard={true} @@ -298,4 +298,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file