diff --git a/src/app/page.tsx b/src/app/page.tsx index 122614e..e61e7a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,11 +62,11 @@ export default function LandingPage() { description="Discover a place to unwind, read, and enjoy the finest specialty coffee in the heart of Annanagar." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=1", imageAlt: "Cafe ambiance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg?_wi=1", imageAlt: "Cafe seating", }, { @@ -313,7 +313,7 @@ export default function LandingPage() { button: { text: "Get Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg?_wi=2", imageAlt: "fresh coffee beans macro", }, { @@ -329,7 +329,7 @@ export default function LandingPage() { button: { text: "Get Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg?_wi=2", imageAlt: "fresh coffee beans macro", }, ]}