Update src/app/deals/page.tsx
This commit is contained in:
@@ -67,35 +67,35 @@ export default function LandingPage() {
|
||||
name: "App Deal 1",
|
||||
price: "$1.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: "d2",
|
||||
name: "Family Deal",
|
||||
price: "$19.99",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42693.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42693.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "d3",
|
||||
name: "Value Combo",
|
||||
price: "$5.00",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "d4",
|
||||
name: "App Deal 1",
|
||||
price: "$1.00",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-cheeseburger-with-salad-wooden-board_140725-7362.jpg?_wi=8",
|
||||
},
|
||||
{
|
||||
id: "d5",
|
||||
name: "Family Deal",
|
||||
price: "$19.99",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42693.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knife-tasty-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42693.jpg?_wi=7",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg?_wi=8"
|
||||
logoText="BURGER KING"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user