From 016fae6ff754e27ac6a5a5fc5f0553278fcfd837 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:21:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b82f033..9ae9417 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,12 +131,18 @@ export default function SwaflePage() { tagIcon={Flame} tagAnimation="slide-up" features={[ + { + title: "Gather Ingredients", description: "Collect premium Swiss waffle mix, eggs, milk, and butter for the perfect base", imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle_1098-16789.jpg", imageAlt: "Gathering ingredients", buttonIcon: Package, + buttonHref: "#"}, { 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?_wi=2", imageAlt: "Perfect cooked swaffle", buttonIcon: CheckCircle, buttonHref: "#"}, + { + title: "Enjoy Your Swaffle", description: "Savor the crispy exterior and fluffy interior with your favorite toppings", imageSrc: "http://img.b2bpic.net/free-photo/piece-cake-poured-with-sauce_140725-8153.jpg?_wi=2", imageAlt: "Enjoying finished swaffle", buttonIcon: Heart, + buttonHref: "#"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1