Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 12:34:46 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="BUY MENS"
description="Discover premium menswear crafted for the modern gentleman. Explore our curated collection of timeless classics and contemporary styles designed to elevate your wardrobe."
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Shop Collection", href: "#products" },
{ text: "Learn More", href: "#about" }
@@ -62,13 +62,13 @@ export default function LandingPage() {
<ProductCardThree
products={[
{
id: "1", name: "Premium Cotton Oxford Shirt", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-white-shirt-walking-street_1303-28064.jpg?_wi=1", imageAlt: "Premium Oxford shirt white", initialQuantity: 1
id: "1", name: "Premium Cotton Oxford Shirt", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-white-shirt-walking-street_1303-28064.jpg", imageAlt: "Premium Oxford shirt white", initialQuantity: 1
},
{
id: "2", name: "Classic Slim Fit Denim", price: "$119.99", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-woman-sitting-wall_285396-4446.jpg", imageAlt: "Slim fit denim jeans", initialQuantity: 1
},
{
id: "3", name: "Premium Leather Jacket", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-being-serious-with-copy-space_23-2148634097.jpg?_wi=1", imageAlt: "Luxury leather jacket", initialQuantity: 1
id: "3", name: "Premium Leather Jacket", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-being-serious-with-copy-space_23-2148634097.jpg", imageAlt: "Luxury leather jacket", initialQuantity: 1
}
]}
title="Featured Collection"
@@ -89,7 +89,7 @@ export default function LandingPage() {
buttons={[
{ text: "Explore Collection", href: "#products" }
]}
imageSrc="http://img.b2bpic.net/free-photo/retail-assistant-fashion-boutique_482257-76618.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/retail-assistant-fashion-boutique_482257-76618.jpg"
imageAlt="Buy Mens premium retail environment"
useInvertedBackground={false}
/>
@@ -100,7 +100,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Premium Selection", description: "Carefully curated collection of the finest menswear brands and independent designers from around the world.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-white-shirt-walking-street_1303-28064.jpg?_wi=2", imageAlt: "Premium selection showcase"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-white-shirt-walking-street_1303-28064.jpg", imageAlt: "Premium selection showcase"
},
items: [
{ icon: CheckCircle, text: "Authenticated luxury brands" },
@@ -111,7 +111,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Expert Styling Advice", description: "Our team of fashion experts is here to help you find the perfect pieces that match your personal style and lifestyle needs.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/retail-assistant-fashion-boutique_482257-76618.jpg?_wi=2", imageAlt: "Expert styling consultation"
imageSrc: "http://img.b2bpic.net/free-photo/retail-assistant-fashion-boutique_482257-76618.jpg", imageAlt: "Expert styling consultation"
},
items: [
{ icon: CheckCircle, text: "Personal styling consultations" },
@@ -122,7 +122,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Fast Shipping & Easy Returns", description: "Shop with confidence knowing that we offer hassle-free returns and fast, reliable shipping to get your items when you need them.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-being-serious-with-copy-space_23-2148634097.jpg?_wi=2", imageAlt: "Fast shipping and returns"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-being-serious-with-copy-space_23-2148634097.jpg", imageAlt: "Fast shipping and returns"
},
items: [
{ icon: CheckCircle, text: "Free shipping on orders over $100" },
@@ -164,6 +164,9 @@ export default function LandingPage() {
title="Trusted by the World's Leading Brands"
description="We partner with premium menswear brands to bring you the finest collection of quality clothing."
tag="Premium Partners"
names={[
"Ralph Lauren", "Tommy Hilfiger", "Calvin Klein", "Versace", "Gucci", "Armani", "Hugo Boss", "Burberry"
]}
logos={[
"http://img.b2bpic.net/free-vector/hand-drawn-gold-crown-logo-template_23-2150947476.jpg", "http://img.b2bpic.net/free-vector/vintage-labor-day-labels-collection_23-2147649384.jpg", "http://img.b2bpic.net/free-vector/geometrical-logo-template_23-2147503865.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-greek-tavern-logo-template_52683-141647.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg", "http://img.b2bpic.net/free-vector/collection-circular-monogram_23-2147657451.jpg", "http://img.b2bpic.net/free-vector/cute-vintage-discount-father-s-day-badges_23-2147553217.jpg", "http://img.b2bpic.net/free-photo/fashionable-woman-posing-city-warm-fur-coat-winter-season-cold-weather-wearing-black-cap-dress-white-boots-holding-leather-bag-street-fashion-trend_285396-4728.jpg"
]}