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"