diff --git a/src/app/page.tsx b/src/app/page.tsx index a0797cb..49d1113 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function LandingPage() { tagAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg?_wi=1", imageAlt: "Momento Coffee Shop Interior" + imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg", imageAlt: "Momento Coffee Shop Interior" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg?_wi=2", imageAlt: "Cozy Coffee Shop Seating" + imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-communicating-online-with-followers-friends_7502-7216.jpg", imageAlt: "Cozy Coffee Shop Seating" } ]} buttons={[ @@ -150,7 +150,6 @@ export default function LandingPage() { id: "testimonial-4", name: "Carlos Mendez", role: "Neighborhood Regular", testimonial: "Every morning, Momento reminds me why I love this neighborhood. It's authentic, quality-driven, and genuinely cares about its people. That's rare these days.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Carlos Mendez" } ]} - gridVariant="two-columns-alternating-heights" animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false}