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