From 6e68daf582330dba915a20ad942b362dc08d278f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:30:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a24154..ada0464 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,6 +54,8 @@ export default function LandingPage() { buttons={[ { text: "View Selection", href: "#products"}, + { + text: "Contact Us", href: "#contact"}, ]} mediaItems={[ { @@ -196,4 +198,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file