diff --git a/src/app/page.tsx b/src/app/page.tsx index 90a112d..4dd5735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={Coffee} tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sugar-with-cup-coffee-strawberry-dessert-light-blue-surface_140725-114997.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sugar-with-cup-coffee-strawberry-dessert-light-blue-surface_140725-114997.jpg?_wi=1" imageAlt="Warm coffee and fresh pastries" imagePosition="right" mediaAnimation="opacity" @@ -65,7 +65,7 @@ export default function LandingPage() { tag="About Us" tagIcon={MapPin} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/small-business-owner-cleaning-up-coffee-shop_23-2149458148.jpg" + imageSrc="http://img.b2bpic.net/free-photo/small-business-owner-cleaning-up-coffee-shop_23-2149458148.jpg?_wi=1" imageAlt="Cozy cafe interior with warm lighting" useInvertedBackground={false} buttons={[ @@ -111,11 +111,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Milk and Honey", name: "Dine-In Experience", price: "Full Menu Available", rating: 5, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-cleaning-up-coffee-shop_23-2149458148.jpg", imageAlt: "Dine-in seating area" + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-cleaning-up-coffee-shop_23-2149458148.jpg?_wi=2", imageAlt: "Dine-in seating area" }, { id: "2", brand: "Milk and Honey", name: "Takeout Service", price: "Quick & Fresh", rating: 5, - reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-with-cup-coffee-strawberry-dessert-light-blue-surface_140725-114997.jpg", imageAlt: "To-go coffee cups" + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-with-cup-coffee-strawberry-dessert-light-blue-surface_140725-114997.jpg?_wi=2", imageAlt: "To-go coffee cups" }, { id: "3", brand: "Milk and Honey", name: "Delivery Available", price: "To Your Door", rating: 5, @@ -138,10 +138,10 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Martinez", handle: "Coffee Enthusiast", testimonial: "The Spanish Latte is absolutely divine! The staff is incredibly friendly and the atmosphere is so warm and welcoming. This is my new favorite coffee shop.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1816.jpg", imageAlt: "Sarah Martinez" + id: "1", name: "Sarah Martinez", handle: "Coffee Enthusiast", testimonial: "The Spanish Latte is absolutely divine! The staff is incredibly friendly and the atmosphere is so warm and welcoming. This is my new favorite coffee shop.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1816.jpg?_wi=1", imageAlt: "Sarah Martinez" }, { - id: "2", name: "James Chen", handle: "Regular Customer", testimonial: "Best coffee and pastries in Aliso Viejo. The Ozzo Royal is a game-changer. Perfect place to work or meet friends. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148877791.jpg", imageAlt: "James Chen" + id: "2", name: "James Chen", handle: "Regular Customer", testimonial: "Best coffee and pastries in Aliso Viejo. The Ozzo Royal is a game-changer. Perfect place to work or meet friends. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148877791.jpg?_wi=1", imageAlt: "James Chen" }, { id: "3", name: "Emily Rodriguez", handle: "Health-Conscious Customer", testimonial: "Love their protein smoothies and vegan donuts! Finally found a cafe that cares about quality ingredients and health-conscious options. Amazing service too!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg", imageAlt: "Emily Rodriguez" @@ -150,10 +150,10 @@ export default function LandingPage() { id: "4", name: "Michael Park", handle: "Local Business Owner", testimonial: "Great spot for meetings or casual hangouts. The coffee is consistently excellent, and the staff always remembers your order. A true gem in our community.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-coat-walking-city_1303-26745.jpg", imageAlt: "Michael Park" }, { - id: "5", name: "Jessica Thompson", handle: "Pastry Lover", testimonial: "Their vegan donuts are incredible! Never thought plant-based pastries could taste this good. Been coming here every weekend since I discovered this place.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1816.jpg", imageAlt: "Jessica Thompson" + id: "5", name: "Jessica Thompson", handle: "Pastry Lover", testimonial: "Their vegan donuts are incredible! Never thought plant-based pastries could taste this good. Been coming here every weekend since I discovered this place.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1816.jpg?_wi=2", imageAlt: "Jessica Thompson" }, { - id: "6", name: "David Wu", handle: "Digital Nomad", testimonial: "Perfect workspace with excellent WiFi and even better coffee. The atmosphere keeps me focused and motivated. This is my favorite place to work remotely.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148877791.jpg", imageAlt: "David Wu" + id: "6", name: "David Wu", handle: "Digital Nomad", testimonial: "Perfect workspace with excellent WiFi and even better coffee. The atmosphere keeps me focused and motivated. This is my favorite place to work remotely.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2148877791.jpg?_wi=2", imageAlt: "David Wu" } ]} animationType="slide-up"