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 +}