Update src/app/page.tsx
This commit is contained in:
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
|||||||
title: "No-Contact Delivery", description: "Indulge in Stellar Reserve's culinary delights from the comfort of your home. Safe, fast, and fresh delivery right to your doorstep.", phoneOne: {
|
title: "No-Contact Delivery", description: "Indulge in Stellar Reserve's culinary delights from the comfort of your home. Safe, fast, and fresh delivery right to your doorstep.", phoneOne: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-with-french-fries-bag_23-2148235098.jpg", imageAlt: "Delivery driver with a food bag"},
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-with-french-fries-bag_23-2148235098.jpg", imageAlt: "Delivery driver with a food bag"},
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mock-up-clipboard-with-cup-coffee-surrounded-by-meringue-cookies_23-2148267718.jpg", imageAlt: "Gourmet meal in a delivery box"}
|
imageSrc: "http://img.b2bpic.net/free-photo/mock-up-clipboard-with-cup-coffee-surrounded-by-meringue-cookies_23-2148267718.jpg?_wi=1", imageAlt: "Gourmet meal in a delivery box"}
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
showStepNumbers={true}
|
showStepNumbers={true}
|
||||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "product-1", name: "Lavender Mocha", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-clipboard-with-cup-coffee-surrounded-by-meringue-cookies_23-2148267718.jpg", imageAlt: "A cup of Lavender Mocha with latte art"},
|
id: "product-1", name: "Lavender Mocha", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-clipboard-with-cup-coffee-surrounded-by-meringue-cookies_23-2148267718.jpg?_wi=2", imageAlt: "A cup of Lavender Mocha with latte art"},
|
||||||
{
|
{
|
||||||
id: "product-2", name: "Refreshing Lemonade", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/child-having-lemonade-stand_23-2149398322.jpg", imageAlt: "A glass of refreshing lemonade with mint"},
|
id: "product-2", name: "Refreshing Lemonade", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/child-having-lemonade-stand_23-2149398322.jpg", imageAlt: "A glass of refreshing lemonade with mint"},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user