diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ca7cfa9..7ef9039 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -100,7 +100,7 @@ export default function AboutPage() { icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg?_wi=2" imageAlt="Atithi Cloud Cafe cozy interior with comfortable seating" imagePosition="right" mediaAnimation="slide-up" @@ -121,21 +121,21 @@ export default function AboutPage() { id: "01", title: "Specialty Coffee", description: "Premium espresso-based beverages including cappuccino, latte, and macchiato crafted by our experienced baristas.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-latte-macchiato-with-milk_23-2148420327.jpg?_wi=4", imageAlt: "Premium specialty cappuccino", }, { id: "02", title: "Cold Coffee", description: "Refreshing cold brew and iced beverages perfect for warm days and relaxation.", - imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clear-drinking-glass-with-brown-liquid_209848-19.jpg?_wi=3", imageAlt: "Refreshing cold coffee beverage", }, { id: "03", title: "Snacks & Pastries", description: "Fresh pastries, light meals, and desserts to complement your coffee experience.", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-juicy-homemade-jam-croissant_23-2148525233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-juicy-homemade-jam-croissant_23-2148525233.jpg?_wi=3", imageAlt: "Fresh pastry and snacks", }, ]} @@ -180,7 +180,7 @@ export default function AboutPage() {