3 Commits

Author SHA1 Message Date
8ef25a3215 Update src/app/page.tsx 2026-04-13 03:42:20 +00:00
34f5b9cda3 Merge version_3 into main
Merge version_3 into main
2026-04-13 03:41:19 +00:00
051d5d0258 Merge version_3 into main
Merge version_3 into main
2026-04-13 03:40:47 +00:00

View File

@@ -48,7 +48,7 @@ export default function EddiesAndSamsPage() {
background={{ variant: "sparkles-gradient" }}
tag="Not your average pizza stop"
tagIcon={Pizza}
imageSrc="https://img.b2bpic.net/free-photo/fresh-delicious-pizza-served-wooden-table_144627-24871.jpg"
imageSrc="https://img.b2bpic.net/free-photo/fresh-delicious-pizza-served-wooden-table_144627-24871.jpg?_wi=1"
buttons={[{ text: "See Our Slices", href: "#menu" }]}
/>
</div>
@@ -70,9 +70,9 @@ export default function EddiesAndSamsPage() {
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Classic", name: "Plain Cheese", price: "$4", rating: 5, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-mushroom-tomatoes-parsley-dark-wooden-table_141793-2174.jpg" },
{ id: "2", brand: "Signature", name: "Pepperoni Explosion", price: "$5", rating: 5, reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/delicious-homemade-pizza-with-mushrooms-salami_144627-24754.jpg" },
{ id: "3", brand: "Local", name: "Meat Lovers", price: "$6", rating: 4, reviewCount: "500", imageSrc: "https://img.b2bpic.net/free-photo/pizza-with-salami-olives-mushrooms-side-view_144627-24872.jpg" }
{ id: "1", brand: "Classic", name: "Fresh Cheese Pull", price: "$4", rating: 5, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/delicious-pizza-cheese-pull-close-up_144627-24873.jpg?_wi=1" },
{ id: "2", brand: "Signature", name: "Giant Foldable Slice", price: "$5", rating: 5, reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/person-holding-large-slice-of-pizza_144627-24874.jpg?_wi=1" },
{ id: "3", brand: "Local", name: "Fresh Toppings", price: "$6", rating: 4, reviewCount: "500", imageSrc: "https://img.b2bpic.net/free-photo/pizza-fresh-ingredients-topping_144627-24875.jpg?_wi=1" }
]}
/>
</div>