diff --git a/src/app/page.tsx b/src/app/page.tsx index 3aadc2b..9295769 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { buttons={[{'text': 'Explore Our Menu', 'href': '#product-section'}, {'text': 'Visit Us', 'href': '#contact-section'}]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg', imageAlt: 'Artisan coffee being poured into a ceramic cup' }, - { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg', imageAlt: 'A delicious cup of artisan coffee' }, - { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg', imageAlt: 'The art of coffee making' }, - { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg', imageAlt: 'Premium roasted coffee' }, - { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg', imageAlt: 'A warm and inviting coffee shop scene' } + { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1', imageAlt: 'Artisan coffee being poured into a ceramic cup' }, + { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2', imageAlt: 'A delicious cup of artisan coffee' }, + { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=3', imageAlt: 'The art of coffee making' }, + { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=4', imageAlt: 'Premium roasted coffee' }, + { imageSrc: 'https://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=5', imageAlt: 'A warm and inviting coffee shop scene' } ]} ariaLabel="Hero section showcasing Bakterial's premium coffee experience" className="bg-warmgray-50"