Update src/app/page.tsx

This commit is contained in:
2026-04-07 15:20:21 +00:00
parent e58590b3a4
commit e2c1abb970

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-pink-frozen-ice-cream-sandwich-against-blurred-backdrop_23-2148161739.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-pink-frozen-ice-cream-sandwich-against-blurred-backdrop_23-2148161739.jpg?_wi=1"
imageAlt="Freshly scooped artisanal gelato"
mediaAnimation="slide-up"
avatars={[
@@ -177,14 +177,14 @@ export default function LandingPage() {
id: "p1",
name: "Pistachio Siciliano",
price: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-green-ice-cream-still-life_23-2150096622.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-green-ice-cream-still-life_23-2150096622.jpg?_wi=1",
imageAlt: "Pistachio Gelato",
},
{
id: "p2",
name: "Stracciatella Classic",
price: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-gelato-scoops_23-2148425384.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-gelato-scoops_23-2148425384.jpg?_wi=1",
imageAlt: "Stracciatella Gelato",
},
{
@@ -232,7 +232,7 @@ export default function LandingPage() {
description: "You won't leave hungry. We believe in generosity as a core ingredient.",
bentoComponent: "reveal-icon",
icon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-pink-frozen-ice-cream-sandwich-against-blurred-backdrop_23-2148161739.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-pink-frozen-ice-cream-sandwich-against-blurred-backdrop_23-2148161739.jpg?_wi=2",
imageAlt: "fresh artisanal gelato scoop",
},
{
@@ -240,7 +240,7 @@ export default function LandingPage() {
description: "Made from scratch every single morning, never stored for weeks.",
bentoComponent: "reveal-icon",
icon: Clock,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-green-ice-cream-still-life_23-2150096622.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-green-ice-cream-still-life_23-2150096622.jpg?_wi=2",
imageAlt: "pistachio gelato scoop",
},
{
@@ -248,7 +248,7 @@ export default function LandingPage() {
description: "Authentic Italian techniques passed down through generations.",
bentoComponent: "reveal-icon",
icon: Shield,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-gelato-scoops_23-2148425384.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-gelato-scoops_23-2148425384.jpg?_wi=2",
imageAlt: "stracciatella gelato chocolate flakes",
},
]}