diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eeea15..4902309 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,16 +84,16 @@ export default function LandingPage() { description="Your destination for quality fashion and accessories in Nairobi" features={[ { - title: "Quality Clothes", description: "Premium selection of kids and adult fashion items", imageSrc: "http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10936.jpg", imageAlt: "Quality kids and adult clothing", buttonIcon: ShoppingBag, + title: "Quality Clothes", description: "Premium selection of kids and adult fashion items", imageSrc: "http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10936.jpg?_wi=1", imageAlt: "Quality kids and adult clothing", buttonIcon: ShoppingBag, buttonHref: "#categories"}, { - title: "Wide Variety", description: "Shoes, accessories, and fashion items all in one place", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", imageAlt: "Fashion accessories collection", buttonIcon: Package, + title: "Wide Variety", description: "Shoes, accessories, and fashion items all in one place", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=1", imageAlt: "Fashion accessories collection", buttonIcon: Package, buttonHref: "#categories"}, { - title: "Affordable Prices", description: "Quality fashion items at prices that fit your budget", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-with-shopping-bags-shopping-street_23-2147950174.jpg", imageAlt: "Stylish adult fashion collection", buttonIcon: Tag, + title: "Affordable Prices", description: "Quality fashion items at prices that fit your budget", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-with-shopping-bags-shopping-street_23-2147950174.jpg?_wi=1", imageAlt: "Stylish adult fashion collection", buttonIcon: Tag, buttonHref: "#categories"}, { - title: "Convenient Location", description: "Easy to find at Stanbank House, Moi Avenue, Nairobi", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991569.jpg", imageAlt: "Modern shoe collection display", buttonIcon: MapPin, + title: "Convenient Location", description: "Easy to find at Stanbank House, Moi Avenue, Nairobi", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991569.jpg?_wi=1", imageAlt: "Modern shoe collection display", buttonIcon: MapPin, buttonHref: "#location"}, ]} textboxLayout="default" @@ -112,13 +112,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "kids-clothing-1", name: "Kids Fashion Collection", price: "Call for pricing", variant: "Multiple sizes & colors", imageSrc: "http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10936.jpg", imageAlt: "Kids clothing collection"}, + id: "kids-clothing-1", name: "Kids Fashion Collection", price: "Call for pricing", variant: "Multiple sizes & colors", imageSrc: "http://img.b2bpic.net/free-photo/dancing-team-studio_1303-10936.jpg?_wi=2", imageAlt: "Kids clothing collection"}, { - id: "adult-fashion-1", name: "Adult Fashion Selection", price: "Call for pricing", variant: "Casual & formal wear", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-with-shopping-bags-shopping-street_23-2147950174.jpg", imageAlt: "Adult fashion selection"}, + id: "adult-fashion-1", name: "Adult Fashion Selection", price: "Call for pricing", variant: "Casual & formal wear", imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-with-shopping-bags-shopping-street_23-2147950174.jpg?_wi=2", imageAlt: "Adult fashion selection"}, { - id: "shoes-1", name: "Premium Shoes & Footwear", price: "Call for pricing", variant: "Casual, formal, sports", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991569.jpg", imageAlt: "Shoes and footwear collection"}, + id: "shoes-1", name: "Premium Shoes & Footwear", price: "Call for pricing", variant: "Casual, formal, sports", imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991569.jpg?_wi=2", imageAlt: "Shoes and footwear collection"}, { - id: "accessories-1", name: "Fashion Accessories", price: "Call for pricing", variant: "Belts, bags, jewelry", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg", imageAlt: "Fashion accessories"}, + id: "accessories-1", name: "Fashion Accessories", price: "Call for pricing", variant: "Belts, bags, jewelry", imageSrc: "http://img.b2bpic.net/free-photo/view-women-bag-stuff_93675-131548.jpg?_wi=2", imageAlt: "Fashion accessories"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up"