Update src/app/page.tsx

This commit is contained in:
2026-05-08 08:36:14 +00:00
parent b1add96e5b
commit b6485189b7

View File

@@ -67,12 +67,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg?_wi=1",
imageAlt: "Authentic Italian pizza",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dough-stucco-background_23-2148544666.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dough-stucco-background_23-2148544666.jpg?_wi=1",
imageAlt: "Chef tossing dough",
},
{
@@ -210,7 +210,7 @@ export default function LandingPage() {
"Flavor",
"Method",
],
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg?_wi=2",
imageAlt: "Italian chef is putting prepared margarita pizza to the oven with flame in it.",
},
{
@@ -220,7 +220,7 @@ export default function LandingPage() {
"Fresh",
"Sustainable",
],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dough-stucco-background_23-2148544666.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dough-stucco-background_23-2148544666.jpg?_wi=2",
imageAlt: "Italian chef is putting prepared margarita pizza to the oven with flame in it.",
},
]}