diff --git a/src/app/page.tsx b/src/app/page.tsx index 660a980..196f787 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,12 +46,12 @@ export default function LandingPage() { description="High-quality, custom prints on premium apparel and goods, delivered to your door." buttons={[{ text: "Shop Now", href: "#shop" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg", imageAlt: "Hero visual" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg", imageAlt: "Hero visual 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg", imageAlt: "Hero visual 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg", imageAlt: "Hero visual 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg", imageAlt: "Hero visual 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg", imageAlt: "Hero visual 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg?_wi=1", imageAlt: "Hero visual" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg?_wi=2", imageAlt: "Hero visual 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg?_wi=3", imageAlt: "Hero visual 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg?_wi=4", imageAlt: "Hero visual 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg?_wi=5", imageAlt: "Hero visual 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-recoding-video_23-2148349471.jpg?_wi=6", imageAlt: "Hero visual 6" }, ]} /> @@ -64,7 +64,7 @@ export default function LandingPage() { { title: "T-Shirts", description: "Premium cotton t-shirts with vibrant, long-lasting prints.", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448762.jpg", buttonIcon: ArrowRight }, { title: "Mugs", description: "Start your day with art on high-quality ceramic mugs.", imageSrc: "http://img.b2bpic.net/free-photo/displeased-young-millennial-woman-bites-lips-focused-listens-something-with-attentive-gaze-upwards-poses-against-white-wall_273609-53498.jpg", buttonIcon: ArrowRight }, { title: "Posters", description: "Museum-grade quality art posters to decorate your space.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-living-room-with-chimney_23-2148304969.jpg", buttonIcon: ArrowRight }, - { title: "Apparel", description: "Comfortable hoodies and accessories designed for you.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-wearing-white-hoodie-portrait_23-2149359831.jpg", buttonIcon: ArrowRight }, + { title: "Apparel", description: "Comfortable hoodies and accessories designed for you.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-wearing-white-hoodie-portrait_23-2149359831.jpg?_wi=1", buttonIcon: ArrowRight }, ]} title="Our Categories" description="Explore our curated collections of print-on-demand items designed for every lifestyle." @@ -81,7 +81,7 @@ export default function LandingPage() { { id: "1", name: "Urban Tee", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-hat-shop_1303-19835.jpg" }, { id: "2", name: "Morning Mug", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/minimal-modern-vases-assortment_23-2149681085.jpg" }, { id: "3", name: "Abstract Poster", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791136.jpg" }, - { id: "4", name: "Cozy Hoodie", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/teenager-wearing-white-hoodie-portrait_23-2149359831.jpg" }, + { id: "4", name: "Cozy Hoodie", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/teenager-wearing-white-hoodie-portrait_23-2149359831.jpg?_wi=2" }, { id: "5", name: "Canvas Art", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/abstract-dadaism-concept_23-2151885770.jpg" }, { id: "6", name: "Minimalist Tote", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-outdoors_23-2148884588.jpg" }, { id: "7", name: "Phone Case", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309650.jpg" },