Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 07:36:27 +00:00

View File

@@ -40,52 +40,22 @@ export default function ShopPage() {
<ProductCardThree
products={[
{
id: "1",
name: "Premium Linen Shirt",
price: "$189.00",
imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-female-black-eyeglasses-chooses-fashionable-clothes-coat-rack_613910-7654.jpg?_wi=3",
imageAlt: "Premium linen shirt",
initialQuantity: 1,
id: "1", name: "Premium Linen Shirt", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/positive-blonde-female-black-eyeglasses-chooses-fashionable-clothes-coat-rack_613910-7654.jpg", imageAlt: "Premium linen shirt", initialQuantity: 1,
},
{
id: "2",
name: "Minimal Cashmere Top",
price: "$249.00",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11485.jpg?_wi=3",
imageAlt: "Cashmere luxury top",
initialQuantity: 1,
id: "2", name: "Minimal Cashmere Top", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-black-suit_158538-11485.jpg", imageAlt: "Cashmere luxury top", initialQuantity: 1,
},
{
id: "3",
name: "Wide-Leg Tailored Pants",
price: "$279.00",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg?_wi=3",
imageAlt: "Designer wide-leg pants",
initialQuantity: 1,
id: "3", name: "Wide-Leg Tailored Pants", price: "$279.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg", imageAlt: "Designer wide-leg pants", initialQuantity: 1,
},
{
id: "4",
name: "Elegant Midi Dress",
price: "$299.00",
imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg?_wi=3",
imageAlt: "Luxury midi dress",
initialQuantity: 1,
id: "4", name: "Elegant Midi Dress", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/lady-evening-dress-elegant-woman-long-gown_1157-47535.jpg", imageAlt: "Luxury midi dress", initialQuantity: 1,
},
{
id: "5",
name: "Silk Blouse",
price: "$229.00",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg?_wi=3",
imageAlt: "Elegant silk blouse",
initialQuantity: 1,
id: "5", name: "Silk Blouse", price: "$229.00", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg", imageAlt: "Elegant silk blouse", initialQuantity: 1,
},
{
id: "6",
name: "Minimalist Blazer",
price: "$319.00",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2741.jpg?_wi=3",
imageAlt: "Premium blazer collection",
initialQuantity: 1,
id: "6", name: "Minimalist Blazer", price: "$319.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2741.jpg", imageAlt: "Premium blazer collection", initialQuantity: 1,
},
]}
title="Shop Our Collection"
@@ -107,28 +77,13 @@ export default function ShopPage() {
<ProductCardThree
products={[
{
id: "bs1",
name: "Luxury Trench Coat",
price: "$399.00",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg?_wi=4",
imageAlt: "Luxury trench coat",
initialQuantity: 1,
id: "bs1", name: "Luxury Trench Coat", price: "$399.00", imageSrc: "http://img.b2bpic.net/free-photo/full-length-view-laughing-woman-trench-coat_197531-19713.jpg", imageAlt: "Luxury trench coat", initialQuantity: 1,
},
{
id: "bs2",
name: "Classic White Shirt",
price: "$149.00",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=4",
imageAlt: "Classic white shirt",
initialQuantity: 1,
id: "bs2", name: "Classic White Shirt", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", imageAlt: "Classic white shirt", initialQuantity: 1,
},
{
id: "bs3",
name: "Tailored Jacket",
price: "$339.00",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg?_wi=4",
imageAlt: "Tailored jacket",
initialQuantity: 1,
id: "bs3", name: "Tailored Jacket", price: "$339.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3283.jpg", imageAlt: "Tailored jacket", initialQuantity: 1,
},
]}
title="Best Sellers"
@@ -137,7 +92,7 @@ export default function ShopPage() {
tagIcon={TrendingUp}
tagAnimation="slide-up"
gridVariant="three-columns-all-equal-width"
animationType="fade-up"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Add to Cart", href: "/shop" }]}
@@ -153,24 +108,16 @@ export default function ShopPage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/elevatefashion",
ariaLabel: "Follow us on Instagram",
},
href: "https://instagram.com/elevatefashion", ariaLabel: "Follow us on Instagram"},
{
icon: Twitter,
href: "https://twitter.com/elevatefashion",
ariaLabel: "Follow us on Twitter",
},
href: "https://twitter.com/elevatefashion", ariaLabel: "Follow us on Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/elevate-fashion",
ariaLabel: "Connect on LinkedIn",
},
href: "https://linkedin.com/company/elevate-fashion", ariaLabel: "Connect on LinkedIn"},
{
icon: Mail,
href: "mailto:hello@elevatefashion.com",
ariaLabel: "Email us",
},
href: "mailto:hello@elevatefashion.com", ariaLabel: "Email us"},
]}
/>
</div>