Merge version_1 into main #3

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

View File

@@ -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", 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?_wi=1", 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", 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?_wi=1", 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"
imageSrc="http://img.b2bpic.net/free-photo/retail-assistant-fashion-boutique_482257-76618.jpg?_wi=1"
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", imageAlt: "Premium selection showcase"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-white-shirt-walking-street_1303-28064.jpg?_wi=2", 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", imageAlt: "Expert styling consultation"
imageSrc: "http://img.b2bpic.net/free-photo/retail-assistant-fashion-boutique_482257-76618.jpg?_wi=2", 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", imageAlt: "Fast shipping and returns"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-being-serious-with-copy-space_23-2148634097.jpg?_wi=2", imageAlt: "Fast shipping and returns"
},
items: [
{ icon: CheckCircle, text: "Free shipping on orders over $100" },