From eefd2e2ee3040f69be0c9de7b6069fc0c5c93b59 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:48:47 +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 b9e4917..c25c1b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,6 +65,8 @@ export default function LandingPage() { buttons={[ { text: "Start Creating", href: "#contact"}, + { + text: "See Examples", href: "#tools"}, ]} imageSrc="http://img.b2bpic.net/free-photo/african-american-sound-producer-connecting-coiled-cable-mixing-console_482257-122219.jpg" mediaAnimation="slide-up" @@ -290,4 +292,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file