Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 17:31:25 +00:00

View File

@@ -51,18 +51,18 @@ export default function LandingPage() {
background={{ variant: "plain" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-sexy-slim-girl-wearing-short-denim-shorts-white-t-shirt-walking-with-city-bicycle_613910-6760.jpg", imageAlt: "Quality denim lifestyle"
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-sexy-slim-girl-wearing-short-denim-shorts-white-t-shirt-walking-with-city-bicycle_613910-6760.jpg?_wi=1", imageAlt: "Quality denim lifestyle"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg", imageAlt: "Premium blue jeans"
imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg?_wi=1", imageAlt: "Premium blue jeans"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929544.jpg", imageAlt: "Professional fitting service"
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929544.jpg?_wi=1", imageAlt: "Professional fitting service"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/show-window-fashion-store_23-2147560512.jpg", imageAlt: "BAZ CLAD HOUSE retail location"
imageSrc: "http://img.b2bpic.net/free-vector/show-window-fashion-store_23-2147560512.jpg?_wi=1", imageAlt: "BAZ CLAD HOUSE retail location"
}
]}
buttons={[
@@ -131,7 +131,7 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "jeans-blue", name: "Classic Blue Denim", price: "From KES 2,500", variant: "Sizes 3044", imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg", imageAlt: "Classic blue denim jeans"
id: "jeans-blue", name: "Classic Blue Denim", price: "From KES 2,500", variant: "Sizes 3044", imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg?_wi=2", imageAlt: "Classic blue denim jeans"
},
{
id: "jeans-black", name: "Black Slim Fit", price: "From KES 2,800", variant: "Sizes 3044", imageSrc: "http://img.b2bpic.net/free-photo/dressmaker-is-measuring-fabric-with-meter-his-studio-man-is-looking-camera-he-is-wearing-denim-cap-glasses-there-are-lot-sewing-tools-background_613910-21802.jpg", imageAlt: "Black slim fit jeans"
@@ -143,10 +143,10 @@ export default function LandingPage() {
id: "hoodie-premium", name: "Premium Hoodie", price: "From KES 1,800", variant: "XSXXL", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stands-mall-wearing-sweater-that-says-i-m-girl_89887-689.jpg", imageAlt: "Premium casual hoodie"
},
{
id: "accessory-belt", name: "Leather Belt", price: "From KES 800", variant: "One Size", imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg", imageAlt: "Quality leather belt"
id: "accessory-belt", name: "Leather Belt", price: "From KES 800", variant: "One Size", imageSrc: "http://img.b2bpic.net/free-photo/bunch-twisted-jeans-close-up-fashionable-clothes_169016-4773.jpg?_wi=3", imageAlt: "Quality leather belt"
},
{
id: "shoes-casual", name: "Casual Shoes", price: "From KES 3,500", variant: "Sizes 613", imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929544.jpg", imageAlt: "Casual shoes collection"
id: "shoes-casual", name: "Casual Shoes", price: "From KES 3,500", variant: "Sizes 613", imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929544.jpg?_wi=2", imageAlt: "Casual shoes collection"
}
]}
ariaLabel="Product showcase section"
@@ -194,7 +194,7 @@ export default function LandingPage() {
id: "step-3", title: "Step 3: Delivery or Pickup", content: "Choose delivery to your location or visit our store at Imenti House. Fast fulfillment within 2448 hours."
}
]}
imageSrc="http://img.b2bpic.net/free-vector/show-window-fashion-store_23-2147560512.jpg"
imageSrc="http://img.b2bpic.net/free-vector/show-window-fashion-store_23-2147560512.jpg?_wi=2"
imageAlt="Store location Imenti House"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -266,7 +266,7 @@ export default function LandingPage() {
required: false
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/cropped-image-sexy-slim-girl-wearing-short-denim-shorts-white-t-shirt-walking-with-city-bicycle_613910-6760.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cropped-image-sexy-slim-girl-wearing-short-denim-shorts-white-t-shirt-walking-with-city-bicycle_613910-6760.jpg?_wi=2"
imageAlt="Premium denim collection"
mediaAnimation="slide-up"
mediaPosition="right"