Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afac6b37f5 | |||
| b95420fca4 | |||
| 97474c3afa | |||
| 5699e6a441 | |||
| 4ffbe2d235 | |||
| 07480c15e1 |
@@ -1405,4 +1405,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,10 +51,10 @@ export default function GuitarStorePage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/view-guitar-musical-instruments-store_23-2150779981.jpg?_wi=1", imageAlt: "Collection of premium guitars"
|
imageSrc: "https://img.b2bpic.net/free-photo/young-man-playing-guitar-while-sitting-floor-music-shop_662251-874.jpg", imageAlt: "Customer trying out an acoustic guitar in-store"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/view-guitar-musical-instruments-store_23-2150779981.jpg?_wi=2", imageAlt: "Guitar store showcase"
|
imageSrc: "https://img.b2bpic.net/free-photo/crop-man-making-guitar_23-2147712399.jpg", imageAlt: "Expert technician performing a guitar setup"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -206,7 +206,7 @@ export default function GuitarStorePage() {
|
|||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Ready to Find Your Perfect Guitar?"
|
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" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -259,4 +259,4 @@ export default function GuitarStorePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user