Update src/app/page.tsx
This commit is contained in:
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
text: "Explore Menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14736.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14736.jpg?_wi=1"
|
||||
imageAlt="Cinematic coffee experience"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Signature Espresso",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-shop-aroma-art-natural_1203-3813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-shop-aroma-art-natural_1203-3813.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -208,7 +208,7 @@ export default function LandingPage() {
|
||||
button: {
|
||||
text: "Subscribe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14736.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14736.jpg?_wi=2",
|
||||
imageAlt: "scandinavian cafe interior minimalist",
|
||||
},
|
||||
{
|
||||
@@ -224,7 +224,7 @@ export default function LandingPage() {
|
||||
button: {
|
||||
text: "Order Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-shop-aroma-art-natural_1203-3813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-shop-aroma-art-natural_1203-3813.jpg?_wi=2",
|
||||
imageAlt: "scandinavian cafe interior minimalist",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user