Update src/app/page.tsx

This commit is contained in:
2026-03-16 22:00:26 +00:00
parent 3511f4cd2b
commit 798487cc2c

View File

@@ -78,15 +78,15 @@ export default function LandingPage() {
features={[
{
id: "classic", title: "The Classic", tags: ["Popular", "Best Seller"],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burgers-with-usa-flag-arrangement_23-2149897367.jpg", imageAlt: "classic American burger"
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burgers-with-usa-flag-arrangement_23-2149897367.jpg?_wi=1", imageAlt: "classic American burger"
},
{
id: "specialty", title: "Gourmet Deluxe", tags: ["Premium", "Signature"],
imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-soda-with-bokeh_23-2148374868.jpg", imageAlt: "specialty burger gourmet"
imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-soda-with-bokeh_23-2148374868.jpg?_wi=1", imageAlt: "specialty burger gourmet"
},
{
id: "spicy", title: "Inferno Burger", tags: ["Spicy", "Challenge"],
imageSrc: "http://img.b2bpic.net/free-photo/juicy-burger-with-chicken-nuggets-batter_140725-9911.jpg", imageAlt: "spicy burger"
imageSrc: "http://img.b2bpic.net/free-photo/juicy-burger-with-chicken-nuggets-batter_140725-9911.jpg?_wi=1", imageAlt: "spicy burger"
}
]}
animationType="slide-up"
@@ -103,13 +103,13 @@ export default function LandingPage() {
description="From classic to gourmet, explore our diverse burger selection and meal packages."
products={[
{
id: "classic-burger", name: "The Classic", price: "$12.99", variant: "Beef, cheese, lettuce, tomato", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burgers-with-usa-flag-arrangement_23-2149897367.jpg", imageAlt: "classic burger"
id: "classic-burger", name: "The Classic", price: "$12.99", variant: "Beef, cheese, lettuce, tomato", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-burgers-with-usa-flag-arrangement_23-2149897367.jpg?_wi=2", imageAlt: "classic burger"
},
{
id: "specialty-burger", name: "Gourmet Deluxe", price: "$15.99", variant: "Premium beef, caramelized onions, truffle aioli", imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-soda-with-bokeh_23-2148374868.jpg", imageAlt: "gourmet deluxe burger"
id: "specialty-burger", name: "Gourmet Deluxe", price: "$15.99", variant: "Premium beef, caramelized onions, truffle aioli", imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-soda-with-bokeh_23-2148374868.jpg?_wi=2", imageAlt: "gourmet deluxe burger"
},
{
id: "spicy-burger", name: "Inferno Burger", price: "$14.99", variant: "Jalapeños, pepper jack, ghost pepper sauce", imageSrc: "http://img.b2bpic.net/free-photo/juicy-burger-with-chicken-nuggets-batter_140725-9911.jpg", imageAlt: "inferno burger"
id: "spicy-burger", name: "Inferno Burger", price: "$14.99", variant: "Jalapeños, pepper jack, ghost pepper sauce", imageSrc: "http://img.b2bpic.net/free-photo/juicy-burger-with-chicken-nuggets-batter_140725-9911.jpg?_wi=2", imageAlt: "inferno burger"
},
{
id: "meal-combo", name: "Meal Combo", price: "$18.99", variant: "Burger, fries, drink", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-lettuce-tomato-onion-jalapenos-beans-french-fries-side-view_141793-1800.jpg", imageAlt: "meal combo"