Update src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-burger-with-olives-cheese-different-vegetables-inside-round-pan-bright-floor_140725-11674.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-burger-with-olives-cheese-different-vegetables-inside-round-pan-bright-floor_140725-11674.jpg?_wi=1"
|
||||
imageAlt="Fresh made-to-order burger"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -82,7 +82,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-boys-girls-bar_641386-35.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-boys-girls-bar_641386-35.jpg?_wi=1"
|
||||
imageAlt="I BurgerLand restaurant interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
@@ -96,21 +96,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
title: "Huge Fresh Burgers",
|
||||
tags: ["Made to Order", "Premium Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-black-burger-fries-wooden-board_23-2148238519.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-black-burger-fries-wooden-board_23-2148238519.jpg?_wi=1",
|
||||
imageAlt: "huge homemade burger thick patty lettuce tomato",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fast Drive-Through Service",
|
||||
tags: ["Quick Pickup", "Convenient"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-enjoying-takeaway-food-street_23-2149025841.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-enjoying-takeaway-food-street_23-2149025841.jpg?_wi=1",
|
||||
imageAlt: "fast food drive through window service",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Friendly Local Staff",
|
||||
tags: ["Community Focused", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-woman-coffee-shop-standing-by-bartender_1303-31235.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-woman-coffee-shop-standing-by-bartender_1303-31235.jpg?_wi=1",
|
||||
imageAlt: "friendly restaurant staff smiling employees helpful",
|
||||
},
|
||||
]}
|
||||
@@ -129,21 +129,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Classic Cheeseburger",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheeseburger-with-meat-tomatoes-green-salad-dark-background-fast-food-meal-snack-french-fries-dinner-dish-sandwich_140725-156237.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheeseburger-with-meat-tomatoes-green-salad-dark-background-fast-food-meal-snack-french-fries-dinner-dish-sandwich_140725-156237.jpg?_wi=1",
|
||||
imageAlt: "classic cheeseburger melted cheese beef patty",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bacon Patty Melt",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37145.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37145.jpg?_wi=1",
|
||||
imageAlt: "bacon patty melt sandwich grilled bread crispy",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crispy Onion Rings",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fastfood-arrangement_23-2149235969.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fastfood-arrangement_23-2149235969.jpg?_wi=1",
|
||||
imageAlt: "crispy golden onion rings fried appetizer",
|
||||
},
|
||||
]}
|
||||
@@ -248,7 +248,7 @@ export default function HomePage() {
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-booking-concept_23-2148152315.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-hotel-booking-concept_23-2148152315.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Request"
|
||||
|
||||
Reference in New Issue
Block a user