From 0a0d7063d00e170fe3287e849b651c42b74c8425 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:44:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0500d05..5792347 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/melted-cheese-burger-patty_23-2149342903.jpg" imageAlt="Steaming hot double cheeseburger with crispy fries" mediaAnimation="blur-reveal" className="bg-white" @@ -90,8 +90,8 @@ export default function LandingPage() { ]} className="bg-gray-50 py-20" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-extrabold text-red-700 mb-4" - descriptionClassName="text-lg text-gray-700 max-w-3xl mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-red-700 mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 max-w-3xl mb-12" /> @@ -108,21 +108,21 @@ 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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", imageAlt: "Affordable pricing icon" } ]} className="bg-red-50 py-20" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-extrabold text-red-700 mb-4" - descriptionClassName="text-lg text-gray-700 max-w-3xl mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-red-700 mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 max-w-3xl mb-12" /> @@ -189,8 +189,8 @@ export default function LandingPage() { ]} className="bg-white py-20" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-extrabold text-red-700 mb-4" - descriptionClassName="text-lg text-gray-700 max-w-3xl mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-red-700 mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 max-w-3xl mb-12" /> -- 2.49.1