Update src/app/page.tsx

This commit is contained in:
2026-03-26 20:03:05 +00:00
parent 783f0b0b72
commit 4a1156a4b3

View File

@@ -58,29 +58,29 @@ export default function LandingPage() {
description="A premier highschool jazz combo ready to bring sophisticated, rhythmic ambiance to your special events, galas, and celebrations."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=1",
imageAlt: "Jazz group performing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=2",
imageAlt: "Jazz group performing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=3",
imageAlt: "Jazz group performing",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=4",
imageAlt: "Jazz group performing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=5",
imageAlt: "Jazz group performing",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guitar-saxophone-paper-background-top-view_169016-26955.jpg?_wi=6",
imageAlt: "Jazz group performing",
},
]}