diff --git a/src/app/page.tsx b/src/app/page.tsx index 1579b51..c1c8521 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "ORDER NOW", href: "#featured" }, { text: "VIEW MENU", href: "#featured" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg?_wi=1" imageAlt="Cheese pull slow motion" /> @@ -58,12 +58,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Pudgie B Pizza", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg", imageAlt: "Signature pizza" }, + { id: "1", name: "Pudgie B Pizza", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg?_wi=1", imageAlt: "Signature pizza" }, { id: "2", name: "Monster Pepperoni", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg", imageAlt: "Pepperoni pizza" }, - { id: "3", name: "Wings & Fries", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg", imageAlt: "Wings plate" }, + { id: "3", name: "Wings & Fries", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg?_wi=1", imageAlt: "Wings plate" }, { id: "4", name: "Chicken Parm Sub", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-best-snack-wine-served-brown-tray-right-side-gray-background_140725-140659.jpg", imageAlt: "Sub sandwich" }, { id: "5", name: "S’mores Calzone", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza_1388-640.jpg", imageAlt: "Dessert calzone" }, - { id: "6", name: "Classic Calzone", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg", imageAlt: "Classic calzone" }, + { id: "6", name: "Classic Calzone", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg?_wi=1", imageAlt: "Classic calzone" }, ]} title="Featured Items" description="Handcrafted perfection. Our signature lineup is built for those who don't compromise on flavor." @@ -86,10 +86,10 @@ export default function LandingPage() { animationType="scale-rotate" testimonials={[ { id: "1", name: "Sarah J.", role: "Pizza Enthusiast", testimonial: "EXCELLENT crust. Perfectly charred.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271923.jpg", imageAlt: "neon sign pizza shop" }, - { id: "2", name: "Michael R.", role: "Local Regular", testimonial: "Best pizza joint in Denver, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg", imageAlt: "neon sign pizza shop" }, - { id: "3", name: "David T.", role: "Game Day Fan", testimonial: "Wings were the surprise winner. Incredible flavor.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg", imageAlt: "neon sign pizza shop" }, - { id: "4", name: "Emily C.", role: "DTC Resident", testimonial: "Pudge Bros is the vibe. Unreal quality.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg", imageAlt: "neon sign pizza shop" }, - { id: "5", name: "Tom B.", role: "Late Night Snacker", testimonial: "Always open, always loud, always fire.", imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg", imageAlt: "neon sign pizza shop" }, + { id: "2", name: "Michael R.", role: "Local Regular", testimonial: "Best pizza joint in Denver, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg?_wi=2", imageAlt: "neon sign pizza shop" }, + { id: "3", name: "David T.", role: "Game Day Fan", testimonial: "Wings were the surprise winner. Incredible flavor.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg?_wi=2", imageAlt: "neon sign pizza shop" }, + { id: "4", name: "Emily C.", role: "DTC Resident", testimonial: "Pudge Bros is the vibe. Unreal quality.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg?_wi=2", imageAlt: "neon sign pizza shop" }, + { id: "5", name: "Tom B.", role: "Late Night Snacker", testimonial: "Always open, always loud, always fire.", imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg?_wi=2", imageAlt: "neon sign pizza shop" }, ]} title="Legendary Reviews" description="What our hungry Denver crew is saying."