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}