Update src/app/page.tsx
This commit is contained in:
@@ -71,27 +71,27 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=1",
|
||||
imageAlt: "Crispy fried chicken bucket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=2",
|
||||
imageAlt: "Crispy fried chicken bucket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=3",
|
||||
imageAlt: "Crispy fried chicken bucket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=4",
|
||||
imageAlt: "Crispy fried chicken bucket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=5",
|
||||
imageAlt: "Crispy fried chicken bucket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=6",
|
||||
imageAlt: "Crispy fried chicken bucket",
|
||||
},
|
||||
]}
|
||||
@@ -151,42 +151,42 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Classic Crispy Bucket",
|
||||
price: "lei 35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=7",
|
||||
imageAlt: "Classic Crispy Bucket",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Spicy Hot Wings (10 pcs)",
|
||||
price: "lei 28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=8",
|
||||
imageAlt: "Spicy Hot Wings",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mega Burger Combo",
|
||||
price: "lei 32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=9",
|
||||
imageAlt: "Mega Burger Combo",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cheesy Loaded Fries",
|
||||
price: "lei 18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=10",
|
||||
imageAlt: "Cheesy Loaded Fries",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tender Strips Box",
|
||||
price: "lei 24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=11",
|
||||
imageAlt: "Tender Strips Box",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Family Feast Bucket",
|
||||
price: "lei 79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-french-fries_140725-114483.jpg?_wi=12",
|
||||
imageAlt: "Family Feast Bucket",
|
||||
},
|
||||
]}
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Why Choose Us?"
|
||||
description="Quality you can taste."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-half-view-cut-vegetables-fruits-pumpkin-bell-peppers-persimmon-red-cabbage-black-plate-spice-small-bowls-wooden-spoon-wooden-table-copy-space_140725-62812.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-half-view-cut-vegetables-fruits-pumpkin-bell-peppers-persimmon-red-cabbage-black-plate-spice-small-bowls-wooden-spoon-wooden-table-copy-space_140725-62812.jpg?_wi=1"
|
||||
imageAlt="Our secret recipe"
|
||||
/>
|
||||
</div>
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
"recipe",
|
||||
"flavor",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-cut-vegetables-fruits-pumpkin-bell-peppers-persimmon-red-cabbage-black-plate-spice-small-bowls-wooden-spoon-wooden-table-copy-space_140725-62812.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-cut-vegetables-fruits-pumpkin-bell-peppers-persimmon-red-cabbage-black-plate-spice-small-bowls-wooden-spoon-wooden-table-copy-space_140725-62812.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
@@ -264,35 +264,35 @@ export default function LandingPage() {
|
||||
name: "Andrei M.",
|
||||
handle: "@andrei",
|
||||
testimonial: "The best chicken in Romania, hands down!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mihaela P.",
|
||||
handle: "@miha",
|
||||
testimonial: "So crispy and hot. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bogdan T.",
|
||||
handle: "@bog",
|
||||
testimonial: "Quick service and great prices. Amazing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena D.",
|
||||
handle: "@elena",
|
||||
testimonial: "My kids love the tender strips. Perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Radu C.",
|
||||
handle: "@radu",
|
||||
testimonial: "Authentic flavor, best dinner in town.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="WHAT DEVA SAYS"
|
||||
|
||||
Reference in New Issue
Block a user