Merge version_1 into main #2
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user