Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 06:19:32 +00:00

View File

@@ -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"