From cf1e0c5d4db86a926f34bb84552561024126da20 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:11:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 59dfc15..e8276be 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1398,4 +1398,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 1aaba40be1e1e8bf7fa905dd97063521829ca47f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:11:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d867012..262d770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,6 +152,9 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" + buttons={[ + { text: "Join Our Community", href: "/signup" }, + ]} testimonials={[ { id: "1", name: "Marcus Johnson", role: "Arcade Game Seller", testimonial: "ArcadeHub made it incredibly easy to connect with serious collectors. I've sold three arcade cabinets in the past month. The seller dashboard helps me manage everything efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/person-working-pottery-workshop_23-2148970766.jpg?_wi=1", imageAlt: "Marcus Johnson" @@ -236,4 +239,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1