From 67ca5c0d04d0bb0d05a7117604794acba0b56bde Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:39:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a802da..ca5083b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function HomePage() { imageAlt="Premium boutique guitar amplifier" buttons={[ { - text: "Discover Your Gear", href: "#products"}, + text: "Explore Premium Amplifiers", href: "#products"}, { text: "View Specifications", href: "/products"}, ]} @@ -259,4 +259,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}