3 Commits

Author SHA1 Message Date
5699e6a441 Update src/app/page.tsx 2026-02-20 14:01:18 +00:00
4ffbe2d235 Update src/app/layout.tsx 2026-02-20 14:01:17 +00:00
07480c15e1 Merge version_1 into main
Merge version_1 into main
2026-02-20 12:17:03 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1405,4 +1405,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}