Update src/app/page.tsx

This commit is contained in:
2026-06-09 23:57:59 +00:00
parent a47eff331a
commit 2a73b1efd8

View File

@@ -92,11 +92,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-working_23-2148366589.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-working_23-2148366589.jpg?_wi=1",
imageAlt: "Cozy coffee shop interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg?_wi=1",
imageAlt: "Freshly baked pastries",
},
{
@@ -139,7 +139,7 @@ export default function LandingPage() {
]}
tag="Our Story"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-friendly-joyful-handsome-barista-black_1258-60007.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-friendly-joyful-handsome-barista-black_1258-60007.jpg?_wi=1"
imageAlt="Friendly barista serving coffee"
mediaAnimation="opacity"
metricsAnimation="slide-up"
@@ -174,7 +174,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-working_23-2148366589.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-working_23-2148366589.jpg?_wi=2",
imageAlt: "freshly roasted coffee beans burlap sack",
},
{
@@ -199,7 +199,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg?_wi=2",
imageAlt: "freshly roasted coffee beans burlap sack",
},
{
@@ -224,7 +224,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-friendly-joyful-handsome-barista-black_1258-60007.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-friendly-joyful-handsome-barista-black_1258-60007.jpg?_wi=2",
imageAlt: "freshly roasted coffee beans burlap sack",
},
]}