diff --git a/src/app/page.tsx b/src/app/page.tsx index d009847..0f1f057 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/teal-pendant-light-filament-bulb-loft-accent_169016-69445.jpg", imageAlt: "Edison bulb chandelier with warm amber glow"}, { - imageSrc: "http://img.b2bpic.net/free-photo/black-friday-inscription-big-light-board_23-2147973837.jpg", imageAlt: "Nomadic Oasis storefront lettering"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-friday-inscription-big-light-board_23-2147973837.jpg?_wi=1", imageAlt: "Nomadic Oasis storefront lettering"}, { imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4691.jpg", imageAlt: "Professional haircut result"}, ]} @@ -85,7 +85,7 @@ export default function LandingPage() { { value: "3 Years", title: "Serving the South Side" }, { value: "100%", title: "Client Satisfaction" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/black-friday-inscription-big-light-board_23-2147973837.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-friday-inscription-big-light-board_23-2147973837.jpg?_wi=2" imageAlt="Nomadic Oasis storefront window" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -121,7 +121,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "beard-balm", name: "Beard Balm", price: "$28", variant: "Premium conditioning blend", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102192.jpg", imageAlt: "Nomadic Oasis Beard Balm"}, + id: "beard-balm", name: "Beard Balm", price: "$28", variant: "Premium conditioning blend", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102192.jpg?_wi=1", imageAlt: "Nomadic Oasis Beard Balm"}, { id: "aftershave", name: "Aftershave", price: "$32", variant: "Smooth finishing formula", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shaving-brush-perfume_53876-32090.jpg", imageAlt: "Nomadic Oasis Aftershave"}, { @@ -131,7 +131,7 @@ export default function LandingPage() { { id: "beard-oil", name: "Beard Oil Kit", price: "$45", variant: "Complete grooming set", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-amateur-photographer-with-tattoos-arms-dressed-fleece-shirt-holds-compact-dslr-camera-grey-background_613910-2506.jpg", imageAlt: "Nomadic Oasis Beard Oil Kit"}, { - id: "signature-kit", name: "Signature Collection", price: "$89", variant: "Full grooming essentials", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102192.jpg", imageAlt: "Nomadic Oasis Signature Collection"}, + id: "signature-kit", name: "Signature Collection", price: "$89", variant: "Full grooming essentials", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102192.jpg?_wi=2", imageAlt: "Nomadic Oasis Signature Collection"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"