diff --git a/src/app/page.tsx b/src/app/page.tsx index fc38ec1..a6b0b0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=1" imageAlt="Matcha latte and croissant in a cozy café setting with natural light" mediaAnimation="opacity" frameStyle="card" @@ -67,19 +67,19 @@ export default function LandingPage() { id: "review-1", name: "Sarah M.", handle: "GTA Student", testimonial: "Finding a café in the GTA that checks all the boxes for a good study spot is hard — Scoops and Brew truly delivered. Perfect ambiance, great drinks, and the staff is incredibly friendly.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-barista-pouring-milk_23-2148522968.jpg", imageAlt: "Friendly barista", icon: Star }, { - id: "review-2", name: "Emma L.", handle: "Tea Enthusiast", testimonial: "The Peach Fuzz Ice Tea is so good. I always pair it with a fresh croissant! Every visit feels special here.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-sitting-chair-drinking-coffee-reading-magazine_1303-19305.jpg", imageAlt: "Cozy café interior", icon: Star + id: "review-2", name: "Emma L.", handle: "Tea Enthusiast", testimonial: "The Peach Fuzz Ice Tea is so good. I always pair it with a fresh croissant! Every visit feels special here.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-sitting-chair-drinking-coffee-reading-magazine_1303-19305.jpg?_wi=1", imageAlt: "Cozy café interior", icon: Star }, { - id: "review-3", name: "James K.", handle: "Remote Worker", testimonial: "Great selection of drinks and friendly staff. Perfect place to study and work. The matcha latte is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-sitting-cafe-with-book-eating-croissant-reading-drinking-cup_1258-198931.jpg", imageAlt: "Café seating with plants", icon: Star + id: "review-3", name: "James K.", handle: "Remote Worker", testimonial: "Great selection of drinks and friendly staff. Perfect place to study and work. The matcha latte is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-sitting-cafe-with-book-eating-croissant-reading-drinking-cup_1258-198931.jpg?_wi=1", imageAlt: "Café seating with plants", icon: Star }, { - id: "review-4", name: "Priya N.", handle: "Chai Lover", testimonial: "The chai latte with oat milk was perfect. Exactly how I like it. The baristas really know their craft and make each drink with care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg", imageAlt: "Premium café beverages", icon: Star + id: "review-4", name: "Priya N.", handle: "Chai Lover", testimonial: "The chai latte with oat milk was perfect. Exactly how I like it. The baristas really know their craft and make each drink with care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg?_wi=2", imageAlt: "Premium café beverages", icon: Star }, { - id: "review-5", name: "Michael T.", handle: "Coffee Connoisseur", testimonial: "Love the premium feel of this place. Not just great coffee, but the whole experience is thoughtful. They understand what a quality café should be.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-sitting-chair-drinking-coffee-reading-magazine_1303-19305.jpg", imageAlt: "Warm café ambiance", icon: Star + id: "review-5", name: "Michael T.", handle: "Coffee Connoisseur", testimonial: "Love the premium feel of this place. Not just great coffee, but the whole experience is thoughtful. They understand what a quality café should be.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-sitting-chair-drinking-coffee-reading-magazine_1303-19305.jpg?_wi=2", imageAlt: "Warm café ambiance", icon: Star }, { - id: "review-6", name: "Olivia S.", handle: "Pastry Lover", testimonial: "The croissants are perfectly flaky and the cannolis are divine. Combined with the specialty drinks, it's an exceptional experience every time.", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-plates-cookies-counter_23-2148326714.jpg", imageAlt: "Fresh pastry display", icon: Star + id: "review-6", name: "Olivia S.", handle: "Pastry Lover", testimonial: "The croissants are perfectly flaky and the cannolis are divine. Combined with the specialty drinks, it's an exceptional experience every time.", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-plates-cookies-counter_23-2148326714.jpg?_wi=1", imageAlt: "Fresh pastry display", icon: Star } ]} speed={40} @@ -123,7 +123,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-sitting-cafe-with-book-eating-croissant-reading-drinking-cup_1258-198931.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-sitting-cafe-with-book-eating-croissant-reading-drinking-cup_1258-198931.jpg?_wi=2" imageAlt="Cozy seating area with plants and soft lighting" mediaAnimation="opacity" bulletPoints={[ @@ -166,7 +166,7 @@ export default function LandingPage() { }, { id: "seasonal", title: "Seasonal Pastries", descriptions: ["Rotating selection of fresh seasonal offerings that celebrate local flavors."], - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-plates-cookies-counter_23-2148326714.jpg", imageAlt: "Bakery pastry display" + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-plates-cookies-counter_23-2148326714.jpg?_wi=2", imageAlt: "Bakery pastry display" } ]} />