Update src/app/page.tsx

This commit is contained in:
2026-05-17 10:45:42 +00:00
parent d70a1955f7
commit abb2cd1f4a

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg"
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{
@@ -183,7 +183,7 @@ export default function LandingPage() {
name: "Signature Blend",
price: "$18",
variant: "12oz",
imageSrc: "http://img.b2bpic.net/free-photo/vector-illustration-brown-paper-bag-small-jar-with-green-leaf-labels_1308-186795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vector-illustration-brown-paper-bag-small-jar-with-green-leaf-labels_1308-186795.jpg?_wi=1",
},
{
id: "p2",
@@ -261,7 +261,7 @@ export default function LandingPage() {
button: {
text: "Start",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=2",
imageAlt: "barista pouring coffee art",
},
{
@@ -277,7 +277,7 @@ export default function LandingPage() {
button: {
text: "Start",
},
imageSrc: "http://img.b2bpic.net/free-photo/vector-illustration-brown-paper-bag-small-jar-with-green-leaf-labels_1308-186795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vector-illustration-brown-paper-bag-small-jar-with-green-leaf-labels_1308-186795.jpg?_wi=2",
imageAlt: "barista pouring coffee art",
},
]}