From 1615b10141c882cf47942e15dcd2d8a2e1defff1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 10:42:22 +0000 Subject: [PATCH] Update src/app/offers/page.tsx --- src/app/offers/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/offers/page.tsx b/src/app/offers/page.tsx index 65f6de8..cc9b84d 100644 --- a/src/app/offers/page.tsx +++ b/src/app/offers/page.tsx @@ -40,9 +40,9 @@ function OffersPage() { title="Special Offers & Deals" description="Enjoy incredible savings and discover new favorites with our exciting daily specials and limited-time offers!" features={[ - { id: 1, title: "Taco Tuesday!", description: "Every Tuesday, enjoy our delicious street tacos at a special discounted price. Perfect for family dinners or a quick bite!", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg", imageAlt: "Taco Tuesday special offer" }, - { id: 2, title: "Combo Meals", description: "Choose from a variety of satisfying combo meals, ranging from $10-$20. Get more for less, complete with sides and a drink.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-assortment_23-2149182251.jpg", imageAlt: "Restaurant combo meal deal" }, - { id: 3, title: "Limited-Time Discounts", description: "Keep an eye out for our exclusive limited-time discounts on select menu items. Don't miss out on these fantastic savings!", imageSrc: "http://img.b2bpic.net/free-psd/bbq-poster-template_23-2148598260.jpg", imageAlt: "Limited time discount banner" } + { id: 1, title: "Taco Tuesday!", description: "Every Tuesday, enjoy our delicious street tacos at a special discounted price. Perfect for family dinners or a quick bite!", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg?_wi=1", imageAlt: "Taco Tuesday special offer" }, + { id: 2, title: "Combo Meals", description: "Choose from a variety of satisfying combo meals, ranging from $10-$20. Get more for less, complete with sides and a drink.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-assortment_23-2149182251.jpg?_wi=1", imageAlt: "Restaurant combo meal deal" }, + { id: 3, title: "Limited-Time Discounts", description: "Keep an eye out for our exclusive limited-time discounts on select menu items. Don't miss out on these fantastic savings!", imageSrc: "http://img.b2bpic.net/free-psd/bbq-poster-template_23-2148598260.jpg?_wi=1", imageAlt: "Limited time discount banner" } ]} animationType="slide-up" textboxLayout="default" @@ -56,9 +56,9 @@ function OffersPage() { title="Popular Dishes to Enjoy with Your Offers" description="Pair your savings with our customer favorites. These popular dishes are the perfect complement to any deal!" products={[ - { id: "popular-tacos", name: "Street Tacos", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-isolated-white-background_123827-19931.jpg", imageAlt: "Delicious street tacos" }, - { id: "popular-fajitas", name: "Sizzling Fajitas", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", imageAlt: "Sizzling chicken and beef fajitas" }, - { id: "popular-margarita", name: "Classic Margarita", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/mint-milkshake-mint-lime-side-view_141793-2807.jpg", imageAlt: "Refreshing classic margarita" } + { id: "popular-tacos", name: "Street Tacos", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-isolated-white-background_123827-19931.jpg?_wi=1", imageAlt: "Delicious street tacos" }, + { id: "popular-fajitas", name: "Sizzling Fajitas", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=1", imageAlt: "Sizzling chicken and beef fajitas" }, + { id: "popular-margarita", name: "Classic Margarita", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/mint-milkshake-mint-lime-side-view_141793-2807.jpg?_wi=1", imageAlt: "Refreshing classic margarita" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"