Update src/app/page.tsx

This commit is contained in:
2026-04-08 02:33:53 +00:00
parent 56e459c442
commit f7a376476c

View File

@@ -114,42 +114,42 @@ export default function LandingPage() {
id: "p1",
name: "Revolution",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=1",
imageAlt: "Revolution Flatbread",
},
{
id: "p2",
name: "Medicine Wheel",
price: "$19",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=2",
imageAlt: "Medicine Wheel Flatbread",
},
{
id: "p3",
name: "Homemade Sausage",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=3",
imageAlt: "Sausage Flatbread",
},
{
id: "p4",
name: "New York Plain",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=4",
imageAlt: "New York Plain",
},
{
id: "p5",
name: "Spinach & Mushroom",
price: "$19",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=5",
imageAlt: "Spinach Flatbread",
},
{
id: "p6",
name: "Roasted Peppers",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=6",
imageAlt: "Roasted Pepper Flatbread",
},
]}