diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c173ff..935243a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-playing-piano_23-2150060697.jpg", imageAlt: "Grand piano on concert stage"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-playing-piano_23-2150060697.jpg?_wi=1", imageAlt: "Grand piano on concert stage"}, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-piano_23-2150060693.jpg", imageAlt: "Professional studio piano"}, { @@ -96,7 +96,7 @@ export default function LandingPage() { title: "Timeless Design", description: "Elegant aesthetics that complement any space", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-playing-piano_23-2149849438.jpg", imageAlt: "Beautiful piano in elegant interior setting", buttonIcon: Sparkles, }, { - title: "Lifetime Support", description: "Comprehensive maintenance and tuning services included", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-playing-piano_23-2150060697.jpg", imageAlt: "Piano technician performing maintenance", buttonIcon: Shield, + title: "Lifetime Support", description: "Comprehensive maintenance and tuning services included", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-playing-piano_23-2150060697.jpg?_wi=2", imageAlt: "Piano technician performing maintenance", buttonIcon: Shield, }, ]} textboxLayout="default" @@ -150,7 +150,7 @@ export default function LandingPage() {