From ef4f1a71752807acb07421253578c3fb5a9f938b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:02:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71bd5f0..4b10b48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,9 +43,9 @@ export default function LandingPage() { background={{ variant: "grid" }} tag="Fresh Daily" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-glazed-donuts_23-2148628311.jpg", imageAlt: "Colorful assorted fresh donuts" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-glazed-donuts_23-2148628311.jpg?_wi=1", imageAlt: "Colorful assorted fresh donuts" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-person-holding-tray-with-freshly-baked-round-cookies_181624-57599.jpg", imageAlt: "Buttery croissants and pastries" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-with-candies-light-blue-desk-cookie-biscuit-sweet-sugar-color_140725-55989.jpg", imageAlt: "Specialty gourmet donuts" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-with-candies-light-blue-desk-cookie-biscuit-sweet-sugar-color_140725-55989.jpg?_wi=1", imageAlt: "Specialty gourmet donuts" } ]} buttons={[ { text: "View Our Menu", href: "#menu" }, @@ -91,7 +91,7 @@ export default function LandingPage() { }, { id: "specialty", brand: "Specialty Crafted", name: "Sea Salt Caramel", price: "$3.50", rating: 5, - reviewCount: "750+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-with-candies-light-blue-desk-cookie-biscuit-sweet-sugar-color_140725-55989.jpg", imageAlt: "Artisan sea salt caramel donut" + reviewCount: "750+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-with-candies-light-blue-desk-cookie-biscuit-sweet-sugar-color_140725-55989.jpg?_wi=2", imageAlt: "Artisan sea salt caramel donut" }, { id: "pastries", brand: "Pastry Selection", name: "Chocolate Croissant", price: "$4.00", rating: 5, @@ -121,7 +121,7 @@ export default function LandingPage() { }, { id: "variety", title: "Huge Selection", author: "Always Expanding", description: "From classic glazed to unique specialty flavors like Sea Salt Caramel and Dubai Chocolate. We rotate seasonal favorites and take custom requests.", tags: ["Variety", "Selection"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg", imageAlt: "Display case with variety of donuts and pastries" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg?_wi=1", imageAlt: "Display case with variety of donuts and pastries" }, { id: "service", title: "Friendly Staff", author: "Customer First", description: "Our team is trained to be fast, welcoming, and helpful. We remember regulars and treat every customer like family.", tags: ["Service", "Friendly"], @@ -129,7 +129,7 @@ export default function LandingPage() { }, { id: "value", title: "Affordable Dozens", author: "Great Pricing", description: "Get a full box of a dozen donuts at competitive prices. Perfect for office meetings, parties, or treating your family.", tags: ["Bulk", "Deals"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-glazed-donuts_23-2148628311.jpg", imageAlt: "Box of fresh donuts ready to take home" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-glazed-donuts_23-2148628311.jpg?_wi=2", imageAlt: "Box of fresh donuts ready to take home" } ]} /> @@ -145,7 +145,7 @@ export default function LandingPage() { features={[ { id: "counter", title: "Premium Display Case", author: "Always Stocked", description: "Our signature counter showcases fresh donuts, croissants, and pastries. Stop by anytime—morning to evening.", tags: ["Display", "Fresh"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg", imageAlt: "Glass display case with fresh pastries" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg?_wi=2", imageAlt: "Glass display case with fresh pastries" }, { id: "space", title: "Comfortable Shop", author: "Neighborhood Favorite", description: "Warm, inviting space with friendly vibes. Great for morning coffee runs or sitting down with a fresh donut and friends.", tags: ["Space", "Welcoming"], @@ -170,7 +170,7 @@ export default function LandingPage() {