diff --git a/src/app/page.tsx b/src/app/page.tsx index 29ae50c..8170984 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { text: "View Menu", href: "#menu"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg?_wi=1" /> @@ -64,13 +64,13 @@ export default function LandingPage() { features={[ { title: "Thin & Crispy Crust", description: "Hand-stretched dough baked to golden perfection for that signature snap.", buttonIcon: Pizza, - imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg", imageAlt: "modern italian restaurant pizza table"}, + imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg?_wi=2", imageAlt: "modern italian restaurant pizza table"}, { title: "Legendary Wings", description: "Crispy outside, juicy inside. The best wings in Niagara, guaranteed.", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg", imageAlt: "gourmet italian pepperoni pizza close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg?_wi=1", imageAlt: "gourmet italian pepperoni pizza close up"}, { title: "Family Friendly", description: "Genuine, warm service that makes every customer feel part of the family.", buttonIcon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg", imageAlt: "crispy buffalo chicken wings wooden tray"}, + imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg?_wi=1", imageAlt: "crispy buffalo chicken wings wooden tray"}, ]} title="Why Choose Carmine's?" description="Authentic Italian flavors prepared with passion and tradition in the heart of Niagara Falls." @@ -85,11 +85,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Pepperoni & Mushroom Pizza", price: "From $12", variant: "Popular Choice", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg"}, + id: "p1", name: "Pepperoni & Mushroom Pizza", price: "From $12", variant: "Popular Choice", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg?_wi=2"}, { - id: "p2", name: "Party Pack Wings (6 lbs)", price: "$60.00", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg"}, + id: "p2", name: "Party Pack Wings (6 lbs)", price: "$60.00", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg?_wi=2"}, { - id: "p3", name: "Chicken Parm Sub", price: "$14.99", variant: "Top Rated", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47844.jpg"}, + id: "p3", name: "Chicken Parm Sub", price: "$14.99", variant: "Top Rated", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47844.jpg?_wi=1"}, ]} title="Our Signature Dishes" description="Explore the local favorites that have made Carmine's a community staple." @@ -102,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Maria T.", date: "Jan 2025", title: "Local Guide", quote: "Hands down best place in town for pizza and wings!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47844.jpg", imageAlt: "italian chicken parmigiana sub sandwich"}, + id: "1", name: "Maria T.", date: "Jan 2025", title: "Local Guide", quote: "Hands down best place in town for pizza and wings!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47844.jpg?_wi=2", imageAlt: "italian chicken parmigiana sub sandwich"}, { id: "2", name: "James K.", date: "Dec 2024", title: "Customer", quote: "Great sauce, thin crispy crust, exactly how I like it.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg", imageAlt: "smiling customer portrait"}, { @@ -143,7 +143,7 @@ export default function LandingPage() {