Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-31 13:48:22 +00:00

View File

@@ -33,9 +33,9 @@ const assetMap = {
"product-tshirt-grey": { "url": "http://img.b2bpic.net/free-photo/urban-athlete-stone-wall_23-2147988136.jpg", "alt": "grey polo shirt white background product" },
"testimonial-avatar-1": { "url": "http://img.b2bpic.net/free-photo/intercultural-friends-smiling-camera_23-2148300928.jpg", "alt": "professional male headshot smiling" },
"testimonial-avatar-2": { "url": "http://img.b2bpic.net/free-photo/portrait-positive-adult-dark-skinned-man-smiling-broadly-while-sitting-park-listening-music-headphones-holding-them-with-hands-hear-better_176420-19808.jpg", "alt": "professional female headshot happy" },
"testimonial-avatar-3": { "url": "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg", "alt": "middle-aged man headshot smiling" },
"testimonial-avatar-4": { "url": "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", "alt": "young adult female headshot confident" },
"testimonial-avatar-5": { "url": "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man-hawaiian-shirt_23-2149302489.jpg", "alt": "elderly man headshot kind" },
"testimonial-avatar-3": { "url": "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg", "alt": "Emily Rodriguez avatar" },
"testimonial-avatar-4": { "url": "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", "alt": "David Kim avatar" },
"testimonial-avatar-5": { "url": "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-man-hawaiian-shirt_23-2149302489.jpg", "alt": "Olivia Wilson avatar" },
"footer-brand-image": { "url": "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1242.jpg", "alt": "elegant fabric texture background maroon" }
};
@@ -69,14 +69,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Threaded Style"
navItems={[
navItems=[
{ name: "Home", id: "#hero" },
{ name: "Shop", id: "#shop" },
{ name: "Features", id: "#features" },
{ name: "Reviews", id: "#reviews" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" }
]}
]
logoSrc={resolveAsset("http://img.b2bpic.net/free-vector/clothes-icons-flat_1284-4244.jpg").url}
logoAlt="Threaded Style Logo"
/>
@@ -88,14 +88,14 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"
}}
mediaItems={[
mediaItems=[
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/young-confident-man-red-shirt-with-optical-glasses-looks-side-isolated-orange-wall_141793-35254.jpg").url, imageAlt: "Model wearing a maroon polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/modern-man-sitting-stairs_1153-427.jpg").url, imageAlt: "Model wearing a blue polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/front-view-male-courier-green-uniform-cape-holding-delivery-coffee-cup-with-notepad-pen-pink-background-uniform-delivery-service-company-job_140725-39242.jpg").url, imageAlt: "Model wearing a green polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/young-man-black-smiling-sidewalk_23-2148296671.jpg").url, imageAlt: "Model wearing a black polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/portrait-happy-handsome-fashionable-freelancer-sunglasses-dressed-white-shirt-shorts-holds-laptop-computer-standing-bridge-against-wall-looking-away_613910-5211.jpg").url, imageAlt: "Model wearing a white polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/handsome-guy-checkered-shirt-with-blue-bow-tie-posing-near-gre-concrete-wall-with-wooden-wheel_613910-10608.jpg").url, imageAlt: "Model wearing a grey polo shirt" }
]}
]
mediaAnimation="opacity"
/>
</div>
@@ -124,18 +124,17 @@ export default function LandingPage() {
</div>
<div id="shop" data-section="shop">
<ProductCardFour
title="Your New Favorite Polo, In Every Shade"
description="Elevate your wardrobe with our iconic polo shirt, now available in a curated spectrum of colors to match every mood and occasion. Each priced at 450 EGP."
title="Discover Our New Collection of T-shirts"
description="Explore our latest collection of premium t-shirts, available in a variety of colors to effortlessly match your style. Each priced at 450 EGP."
buttons={[
{ text: "Shop All Polos", href: "#shop" }
{ text: "Shop All T-shirts", href: "#shop" }
]}
products={[
{ id: "p-maroon", name: "Classic Polo", price: "450 EGP", variant: "Maroon", imageSrc: resolveAsset("https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EUY2GPwah19KmXmnbC2NBKmSnX/uploaded-1780234725535-4d2coltl.jpg").url, imageAlt: "Maroon Polo Shirt" },
{ id: "p-blue", name: "Classic Polo", price: "450 EGP", variant: "Navy Blue", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/surprised-young-bearded-man-posing_176420-30249.jpg").url, imageAlt: "Navy Blue Polo Shirt" },
{ id: "p-green", name: "Classic Polo", price: "450 EGP", variant: "Forest Green", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/smiling-looking-up-young-handsome-guy-wearing-red-shirt-glasses-putting-hands-neck-isolated-green-wall_141793-103399.jpg").url, imageAlt: "Forest Green Polo Shirt" },
{ id: "p-black", name: "Classic Polo", price: "450 EGP", variant: "Jet Black", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/young-female-pointing-right-side-polo-dress-looking-cheery-front-view_176474-54500.jpg").url, imageAlt: "Jet Black Polo Shirt" },
{ id: "p-white", name: "Classic Polo", price: "450 EGP", variant: "Pure White", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/man-sitting-grandstands-side-view_23-2149659071.jpg").url, imageAlt: "Pure White Polo Shirt" },
{ id: "p-grey", name: "Classic Polo", price: "450 EGP", variant: "Stone Grey", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/urban-athlete-stone-wall_23-2147988136.jpg").url, imageAlt: "Stone Grey Polo Shirt" }
{ id: "t-black-1", name: "Crew Neck T-shirt", price: "450 EGP", variant: "Jet Black", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EUY2GPwah19KmXmnbC2NBKmSnX/uploaded-1780235257321-yorhxpwf.jpg", imageAlt: "Black Crew Neck T-shirt" },
{ id: "t-white", name: "Crew Neck T-shirt", price: "450 EGP", variant: "Pure White", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EUY2GPwah19KmXmnbC2NBKmSnX/uploaded-1780235257321-01qarq75.jpg", imageAlt: "White Crew Neck T-shirt" },
{ id: "t-blue", name: "Crew Neck T-shirt", price: "450 EGP", variant: "Navy Blue", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EUY2GPwah19KmXmnbC2NBKmSnX/uploaded-1780235257321-b9t3ifaj.jpg", imageAlt: "Navy Blue Crew Neck T-shirt" },
{ id: "t-green", name: "Crew Neck T-shirt", price: "450 EGP", variant: "Forest Green", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EUY2GPwah19KmXmnbC2NBKmSnX/uploaded-1780235257321-j29hp6wy.jpg", imageAlt: "Forest Green Crew Neck T-shirt" },
{ id: "t-black-2", name: "Crew Neck T-shirt", price: "450 EGP", variant: "Charcoal Grey", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EUY2GPwah19KmXmnbC2NBKmSnX/uploaded-1780235257321-h3svko6f.jpg", imageAlt: "Charcoal Grey Crew Neck T-shirt" }
]}
carouselMode="buttons"
gridVariant="three-columns-all-equal-width"