diff --git a/src/app/page.tsx b/src/app/page.tsx index ff01cc0..13a6dee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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" ]}