diff --git a/src/app/loyalty-program/page.tsx b/src/app/loyalty-program/page.tsx index ed1dc50..61e84d2 100644 --- a/src/app/loyalty-program/page.tsx +++ b/src/app/loyalty-program/page.tsx @@ -57,7 +57,7 @@ export default function LoyaltyProgramPage() { tag="Loyalty Program" features={[ { - title: "Every 10th Burger Free", description: "After every 9 purchases, your 10th burger is on us! Enjoy your favorite meal for free as a thank you.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg", imageAlt: "Free Burger Reward", buttons: [{ text: "Start Earning", href: "/menu" }], + title: "Every 10th Burger Free", description: "After every 9 purchases, your 10th burger is on us! Enjoy your favorite meal for free as a thank you.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg?_wi=1", imageAlt: "Free Burger Reward", buttons: [{ text: "Start Earning", href: "/menu" }], }, { title: "Birthday Surprises", description: "Celebrate your special day with a treat from us! Get exclusive discounts or a free item on your birthday.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-cake-with-happy-birthday-text_23-2150821013.jpg", imageAlt: "Birthday Cake", buttons: [{ text: "Update Birthday", href: "/contact" }], diff --git a/src/app/page.tsx b/src/app/page.tsx index ba9453e..f6c17ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-legs-with-spices_114579-44473.jpg", imageAlt: "Crispy fried chicken drumsticks"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg", imageAlt: "Stacked gourmet cheeseburger"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg?_wi=2", imageAlt: "Stacked gourmet cheeseburger"}, { imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita_23-2148651102.jpg", imageAlt: "Fresh chicken wrap"}, {