diff --git a/src/app/page.tsx b/src/app/page.tsx index 042a181..508b1c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Priya Kumar", handle: "Student", testimonial: "Best coffee spot in Basavanagudi! Affordable and absolutely delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-home_329181-1186.jpg", imageAlt: "Priya Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-home_329181-1186.jpg?_wi=1", imageAlt: "Priya Kumar" }, { name: "Arjun Singh", handle: "Working Professional", testimonial: "Cold coffee here is perfect for hot Bangalore days. My daily favorite!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-looking-camera_23-2148130371.jpg", imageAlt: "Arjun Singh" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-looking-camera_23-2148130371.jpg?_wi=1", imageAlt: "Arjun Singh" }, { name: "Ananya Desai", handle: "Freelancer", testimonial: "Great place to work, amazing coffee, and super friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg", imageAlt: "Ananya Desai" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg?_wi=1", imageAlt: "Ananya Desai" } ]} testimonialRotationInterval={5000} @@ -97,7 +97,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Cold Coffee", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-tasty-drink_23-2148209392.jpg", imageAlt: "Cold Coffee" + id: "1", name: "Cold Coffee", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-tasty-drink_23-2148209392.jpg?_wi=1", imageAlt: "Cold Coffee" }, { id: "2", name: "Caramel Latte", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6105.jpg", imageAlt: "Caramel Latte" @@ -112,7 +112,7 @@ export default function LandingPage() { id: "5", name: "Iced Americano", price: "₹70", imageSrc: "http://img.b2bpic.net/free-photo/ice-tea-drink-refreshing-hot-summer-weather_185193-111768.jpg", imageAlt: "Iced Americano" }, { - id: "6", name: "Espresso", price: "₹50", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-tasty-drink_23-2148209392.jpg", imageAlt: "Espresso" + id: "6", name: "Espresso", price: "₹50", imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-tasty-drink_23-2148209392.jpg?_wi=2", imageAlt: "Espresso" } ]} carouselMode="buttons" @@ -134,15 +134,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Kumar", role: "Student", company: "Bangalore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-home_329181-1186.jpg", imageAlt: "Priya Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-home_329181-1186.jpg?_wi=2", imageAlt: "Priya Kumar" }, { id: "2", name: "Arjun Singh", role: "Software Developer", company: "Tech Company", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-looking-camera_23-2148130371.jpg", imageAlt: "Arjun Singh" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-looking-camera_23-2148130371.jpg?_wi=2", imageAlt: "Arjun Singh" }, { id: "3", name: "Ananya Desai", role: "Freelancer", company: "Creative Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg", imageAlt: "Ananya Desai" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg?_wi=2", imageAlt: "Ananya Desai" }, { id: "4", name: "Vikram Menon", role: "Marketing Manager", company: "Digital Agency", rating: 5,