Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 20:40:07 +00:00
2 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -64,16 +64,16 @@ export default function LandingPage() {
<ProductCardThree
products={[
{
id: "1", name: "Colorful Statement T-Shirt", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg", imageAlt: "Trendy t-shirt", initialQuantity: 1,
id: "1", name: "Colorful Statement T-Shirt", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg?_wi=1", imageAlt: "Trendy t-shirt", initialQuantity: 1,
},
{
id: "2", name: "Classic Denim Jeans", price: "$67.99", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-pretty-happy-woman-smiling-holding-phone-dressed-denim-shirt-jeans_285396-1254.jpg", imageAlt: "Blue jeans", initialQuantity: 1,
},
{
id: "3", name: "Vibrant Decorative Pillow", price: "$28.99", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colorful-geometric-pattern_23-2150441977.jpg", imageAlt: "Colorful pillow", initialQuantity: 1,
id: "3", name: "Vibrant Decorative Pillow", price: "$28.99", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colorful-geometric-pattern_23-2150441977.jpg?_wi=1", imageAlt: "Colorful pillow", initialQuantity: 1,
},
{
id: "4", name: "Fun Graphic Mug", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/table-with-mug-gift-father-s-day_23-2147683481.jpg", imageAlt: "Trendy mug", initialQuantity: 1,
id: "4", name: "Fun Graphic Mug", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/table-with-mug-gift-father-s-day_23-2147683481.jpg?_wi=1", imageAlt: "Trendy mug", initialQuantity: 1,
},
{
id: "5", name: "Fashionable Tote Bag", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916729.jpg", imageAlt: "Canvas tote bag", initialQuantity: 1,
@@ -104,16 +104,16 @@ export default function LandingPage() {
<FeatureCardTwentySix
features={[
{
title: "Fashion & Style", description: "Trendy apparel and accessories for every season", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg", imageAlt: "Fashion collection", buttonIcon: ShoppingBag,
title: "Fashion & Style", description: "Trendy apparel and accessories for every season", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478954.jpg?_wi=2", imageAlt: "Fashion collection", buttonIcon: ShoppingBag,
buttonHref: "#products"},
{
title: "Unique Gifts", description: "Perfect presents for friends and loved ones", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colorful-geometric-pattern_23-2150441977.jpg", imageAlt: "Gift collection", buttonIcon: Gift,
title: "Unique Gifts", description: "Perfect presents for friends and loved ones", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colorful-geometric-pattern_23-2150441977.jpg?_wi=2", imageAlt: "Gift collection", buttonIcon: Gift,
buttonHref: "#products"},
{
title: "Home Decor", description: "Fun items to brighten any space", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colorful-geometric-pattern_23-2150441977.jpg", imageAlt: "Home decor items", buttonIcon: Home,
title: "Home Decor", description: "Fun items to brighten any space", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-colorful-geometric-pattern_23-2150441977.jpg?_wi=3", imageAlt: "Home decor items", buttonIcon: Home,
buttonHref: "#products"},
{
title: "Lifestyle Essentials", description: "Daily items with personality and style", imageSrc: "http://img.b2bpic.net/free-photo/table-with-mug-gift-father-s-day_23-2147683481.jpg", imageAlt: "Lifestyle products", buttonIcon: Sparkles,
title: "Lifestyle Essentials", description: "Daily items with personality and style", imageSrc: "http://img.b2bpic.net/free-photo/table-with-mug-gift-father-s-day_23-2147683481.jpg?_wi=2", imageAlt: "Lifestyle products", buttonIcon: Sparkles,
buttonHref: "#products"},
]}
title="Shop by Category"