Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-18 10:30:30 +00:00

View File

@@ -67,16 +67,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "prod-1", name: "Premium Wireless Headphones", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-facebook-cover-template_106176-1574.jpg", imageAlt: "Wireless headphones", initialQuantity: 1
id: "prod-1", name: "Premium Wireless Headphones", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-facebook-cover-template_106176-1574.jpg?_wi=1", imageAlt: "Wireless headphones", initialQuantity: 1
},
{
id: "prod-2", name: "Luxury Home Diffuser", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg", imageAlt: "Luxury diffuser", initialQuantity: 1
id: "prod-2", name: "Luxury Home Diffuser", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg?_wi=1", imageAlt: "Luxury diffuser", initialQuantity: 1
},
{
id: "prod-3", name: "Designer Watch", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg", imageAlt: "Designer watch", initialQuantity: 1
id: "prod-3", name: "Designer Watch", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg?_wi=1", imageAlt: "Designer watch", initialQuantity: 1
},
{
id: "prod-4", name: "Fitness Smart Band", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915651.jpg", imageAlt: "Smart fitness band", initialQuantity: 1
id: "prod-4", name: "Fitness Smart Band", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915651.jpg?_wi=1", imageAlt: "Smart fitness band", initialQuantity: 1
},
{
id: "prod-5", name: "USB-C Hub Pro", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912818.jpg", imageAlt: "USB-C hub", initialQuantity: 1
@@ -103,16 +103,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Trusted Brands", description: "Only curated products from verified retailers and premium brands.", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-facebook-cover-template_106176-1574.jpg", imageAlt: "Trusted brands"
title: "Trusted Brands", description: "Only curated products from verified retailers and premium brands.", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-facebook-cover-template_106176-1574.jpg?_wi=2", imageAlt: "Trusted brands"
},
{
title: "Best Prices", description: "Exclusive deals and competitive pricing on every product category.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg", imageAlt: "Best prices"
title: "Best Prices", description: "Exclusive deals and competitive pricing on every product category.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-modern-vases-book_23-2149681095.jpg?_wi=2", imageAlt: "Best prices"
},
{
title: "Easy Shopping", description: "One-click purchase links direct to trusted retailers for quick checkout.", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg", imageAlt: "Easy shopping"
title: "Easy Shopping", description: "One-click purchase links direct to trusted retailers for quick checkout.", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263175.jpg?_wi=2", imageAlt: "Easy shopping"
},
{
title: "Earn Commissions", description: "Generate passive income by sharing products with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915651.jpg", imageAlt: "Earn commissions"
title: "Earn Commissions", description: "Generate passive income by sharing products with your audience.", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915651.jpg?_wi=2", imageAlt: "Earn commissions"
}
]}
gridVariant="two-columns-alternating-heights"