From 1c15ecdd0acb4b0161ede547044676e430425a53 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:19:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5381c0c..b82f033 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function SwaflePage() { tagAnimation="slide-up" products={[ { - id: "classic", name: "Classic Swiss Swaffle", price: "$12.99", variant: "Crispy Golden Authentic", imageSrc: "http://img.b2bpic.net/free-photo/piece-cake-poured-with-sauce_140725-8153.jpg", imageAlt: "Classic Swiss Swaffle", isFavorited: false, + id: "classic", name: "Classic Swiss Swaffle", price: "$12.99", variant: "Crispy Golden Authentic", imageSrc: "http://img.b2bpic.net/free-photo/piece-cake-poured-with-sauce_140725-8153.jpg?_wi=1", imageAlt: "Classic Swiss Swaffle", isFavorited: false, }, { id: "chocolate", name: "Decadent Chocolate Swaffle", price: "$14.99", variant: "Rich Dark Chocolate Luxurious", imageSrc: "http://img.b2bpic.net/free-photo/crepes-white-plate-with-chocolate-syrup_114579-16807.jpg", imageAlt: "Chocolate Swaffle", isFavorited: false, @@ -135,7 +135,7 @@ export default function SwaflePage() { title: "Heat Both Sides", description: "Heat both sides on a tawa/pan for the Swaffle crunch", imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle_1098-16789.jpg", imageAlt: "Heating on pan", buttonIcon: Flame, buttonHref: "#"}, { - title: "Perfect Result", description: "Skip the microwave—Swaffles don't like shortcuts", imageSrc: "http://img.b2bpic.net/free-photo/piece-cake-poured-with-sauce_140725-8153.jpg", imageAlt: "Perfect cooked swaffle", buttonIcon: CheckCircle, + title: "Perfect Result", description: "Skip the microwave—Swaffles don't like shortcuts", imageSrc: "http://img.b2bpic.net/free-photo/piece-cake-poured-with-sauce_140725-8153.jpg?_wi=2", imageAlt: "Perfect cooked swaffle", buttonIcon: CheckCircle, buttonHref: "#"}, ]} textboxLayout="default" -- 2.49.1