Merge version_1 into main #3
@@ -104,11 +104,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Crispy Zing", price: "RS.550", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg"},
|
||||
id: "1", name: "Crispy Zing", price: "RS.550", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Mighty Zing", price: "RS.700", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg"},
|
||||
id: "2", name: "Mighty Zing", price: "RS.700", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", name: "Fillet Zing", price: "RS.550", imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg"},
|
||||
id: "3", name: "Fillet Zing", price: "RS.550", imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg?_wi=1"},
|
||||
{
|
||||
id: "4", name: "Chotu Wrap", price: "RS.350", imageSrc: "http://img.b2bpic.net/chicken-durum-shaurma-with-lavash-french-fries-wooden-board_114579-89.jpg"},
|
||||
{
|
||||
@@ -129,13 +129,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Fresh Ingredients", description: "We use locally sourced fresh chicken and veggies daily.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg"},
|
||||
title: "Fresh Ingredients", description: "We use locally sourced fresh chicken and veggies daily.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg?_wi=2"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Signature Sauces", description: "5 custom heat-rated sauces made from scratch.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg"},
|
||||
title: "Signature Sauces", description: "5 custom heat-rated sauces made from scratch.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg?_wi=2"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Quick Service", description: "Your meal, ready in minutes.", imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg"},
|
||||
title: "Quick Service", description: "Your meal, ready in minutes.", imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg?_wi=2"},
|
||||
]}
|
||||
title="How We Do It"
|
||||
description="Hand-crafted quality from start to finish."
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
tag="Limited Time"
|
||||
title="RS.450 Meal Deal"
|
||||
description="Don't miss out on our special meal deal. Sign up for updates."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-fried-chicken-burger_23-2148699050.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user