Update src/app/page.tsx
This commit is contained in:
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-dual-background_23-2147906595.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-dual-background_23-2147906595.jpg?_wi=1",
|
||||
imageAlt: "cozy urban cafe interior warm lighting",
|
||||
},
|
||||
{
|
||||
@@ -133,14 +133,14 @@ export default function LandingPage() {
|
||||
name: "Classic Espresso",
|
||||
price: "$3.50",
|
||||
variant: "Hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-with-delicious-cookies-wooden-table_23-2148209303.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-with-delicious-cookies-wooden-table_23-2148209303.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Flat White",
|
||||
price: "$4.50",
|
||||
variant: "Hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cappuccino-coffee-with-morning-snack_23-2148441208.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cappuccino-coffee-with-morning-snack_23-2148441208.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-daiquiri-cocktail-with-cherry_23-2149418278.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-dual-background_23-2147906595.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-dual-background_23-2147906595.jpg?_wi=2",
|
||||
imageAlt: "latte art close up top view",
|
||||
},
|
||||
{
|
||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408512.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-with-delicious-cookies-wooden-table_23-2148209303.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-coffee-with-delicious-cookies-wooden-table_23-2148209303.jpg?_wi=2",
|
||||
imageAlt: "latte art close up top view",
|
||||
},
|
||||
{
|
||||
@@ -224,7 +224,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-smelling-coffee_23-2148865616.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cappuccino-coffee-with-morning-snack_23-2148441208.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cappuccino-coffee-with-morning-snack_23-2148441208.jpg?_wi=2",
|
||||
imageAlt: "latte art close up top view",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user