Update src/app/page.tsx

This commit is contained in:
2026-03-05 06:39:32 +00:00
parent a3e00d460c
commit 67ca5c0d04

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}