Update src/app/page.tsx

This commit is contained in:
2026-05-10 18:53:47 +00:00
parent ffecdc57bd
commit 0d1936ef32

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
href: "#contact", href: "#contact",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg" imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=1"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
avatars={[ avatars={[
{ {
@@ -141,7 +141,7 @@ export default function LandingPage() {
name: "Signature Espresso", name: "Signature Espresso",
price: "$3.50", price: "$3.50",
variant: "Coffee", variant: "Coffee",
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg?_wi=1",
}, },
{ {
id: "m2", id: "m2",
@@ -252,7 +252,7 @@ export default function LandingPage() {
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=2",
imageAlt: "artisan interior design cafe", imageAlt: "artisan interior design cafe",
}, },
{ {
@@ -276,7 +276,7 @@ export default function LandingPage() {
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/computer-desktop-table_23-2147936237.jpg", imageSrc: "http://img.b2bpic.net/free-photo/computer-desktop-table_23-2147936237.jpg",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg?_wi=2",
imageAlt: "artisan interior design cafe", imageAlt: "artisan interior design cafe",
}, },
]} ]}