From 725040ae5dbca88c5f6f685eb3ed1598762ebcbf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:45:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5792347..e71f3d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg" + imageSrc="http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg?_wi=1" imageAlt="Steaming hot double cheeseburger with crispy fries" mediaAnimation="blur-reveal" className="bg-white" @@ -108,15 +108,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Lightning-Fast Delivery", description: "Hot, fresh food delivered in 30 minutes or less. Our streamlined process ensures your order arrives while it's still sizzling.", imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg", imageAlt: "Fast delivery icon" + title: "Lightning-Fast Delivery", description: "Hot, fresh food delivered in 30 minutes or less. Our streamlined process ensures your order arrives while it's still sizzling.", imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg?_wi=2", imageAlt: "Fast delivery icon" }, { id: 2, - title: "Premium Quality Ingredients", description: "100% beef patties, hand-cut fries, and fresh vegetables. We never compromise on taste or quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg", imageAlt: "Quality assurance badge icon" + title: "Premium Quality Ingredients", description: "100% beef patties, hand-cut fries, and fresh vegetables. We never compromise on taste or quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg?_wi=3", imageAlt: "Quality assurance badge icon" }, { id: 3, - title: "Unbeatable Value", description: "Maximum flavor at minimum price. Exclusive deals, daily specials, and loyalty rewards keep more money in your pocket.", imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg", imageAlt: "Affordable pricing icon" + title: "Unbeatable Value", description: "Maximum flavor at minimum price. Exclusive deals, daily specials, and loyalty rewards keep more money in your pocket.", imageSrc: "http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg?_wi=4", imageAlt: "Affordable pricing icon" } ]} className="bg-red-50 py-20" -- 2.49.1