Update src/app/page.tsx

This commit is contained in:
2026-02-20 14:01:18 +00:00
parent 4ffbe2d235
commit 5699e6a441

View File

@@ -206,7 +206,7 @@ export default function GuitarStorePage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Find Your Perfect Guitar?"
description="Visit us in-store for personalized guidance, try before you buy, or contact our team online for expert advice. We're here to help every musician find their ideal instrument."
description="Visit us in-store for personalized guidance and same-day setups on all new guitars. Or, contact our team online for expert advice. We're here to help every musician find their ideal instrument."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
@@ -259,4 +259,4 @@ export default function GuitarStorePage() {
</div>
</ThemeProvider>
);
}
}