diff --git a/src/app/page.tsx b/src/app/page.tsx index e52a1b7..90e8566 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Shop Our Best Sellers", logoIcon: ShoppingBag, - imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-dreamy-woman-trench-coat_197531-19711.jpg", searchPlaceholder: "Search for hoodies, shirts, pants...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-dreamy-woman-trench-coat_197531-19711.jpg?_wi=1", searchPlaceholder: "Search for hoodies, shirts, pants...", buttons: [ { text: "Explore", href: "#products" }, { text: "New Arrivals", href: "#products" }, ], @@ -101,13 +101,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "hoodie-premium", name: "Premium Black Hoodie", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-boy-doing-parkour_23-2150373120.jpg", imageAlt: "Premium black hoodie", initialQuantity: 1, + id: "hoodie-premium", name: "Premium Black Hoodie", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-boy-doing-parkour_23-2150373120.jpg?_wi=1", imageAlt: "Premium black hoodie", initialQuantity: 1, }, { - id: "shirt-classic", name: "Classic Graphic T-Shirt", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-flat-lay_23-2150264145.jpg", imageAlt: "Classic graphic shirt", initialQuantity: 1, + id: "shirt-classic", name: "Classic Graphic T-Shirt", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-flat-lay_23-2150264145.jpg?_wi=1", imageAlt: "Classic graphic shirt", initialQuantity: 1, }, { - id: "pants-premium", name: "Premium Quality Pants", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-jumping_23-2148925642.jpg", imageAlt: "Premium quality pants", initialQuantity: 1, + id: "pants-premium", name: "Premium Quality Pants", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-jumping_23-2148925642.jpg?_wi=1", imageAlt: "Premium quality pants", initialQuantity: 1, }, ]} /> @@ -124,7 +124,7 @@ export default function LandingPage() { useInvertedBackground={true} imagePosition="right" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/full-length-view-dreamy-woman-trench-coat_197531-19711.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-length-view-dreamy-woman-trench-coat_197531-19711.jpg?_wi=2" imageAlt="NewRacksStylez brand story" bulletPoints={[ { @@ -158,13 +158,13 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "hoodie-1", name: "Premium Black Hoodie", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-boy-doing-parkour_23-2150373120.jpg", imageAlt: "Black premium hoodie", initialQuantity: 1, + id: "hoodie-1", name: "Premium Black Hoodie", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-boy-doing-parkour_23-2150373120.jpg?_wi=2", imageAlt: "Black premium hoodie", initialQuantity: 1, }, { - id: "shirt-1", name: "Classic White Shirt", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-flat-lay_23-2150264145.jpg", imageAlt: "White classic shirt", initialQuantity: 1, + id: "shirt-1", name: "Classic White Shirt", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-flat-lay_23-2150264145.jpg?_wi=2", imageAlt: "White classic shirt", initialQuantity: 1, }, { - id: "pants-1", name: "Black Cargo Pants", price: "$70.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-jumping_23-2148925642.jpg", imageAlt: "Black cargo pants", initialQuantity: 1, + id: "pants-1", name: "Black Cargo Pants", price: "$70.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-jumping_23-2148925642.jpg?_wi=2", imageAlt: "Black cargo pants", initialQuantity: 1, }, { id: "hoodie-2", name: "Navy Blue Hoodie", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-man-blue-sweater-outdoors_23-2149010090.jpg", imageAlt: "Navy blue hoodie", initialQuantity: 1, @@ -199,17 +199,17 @@ export default function LandingPage() {