Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-03 21:19:30 +00:00

View File

@@ -63,28 +63,28 @@ export default function LandingPage() {
tag="Featured"
products={[
{
id: "1", name: "Premium Wireless Headphones", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Premium wireless headphones"
id: "1", name: "Premium Wireless Headphones", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=1", imageAlt: "Premium wireless headphones"
},
{
id: "2", name: "Smart Tech Device", price: "$449.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736761.jpg", imageAlt: "Smart tech device"
id: "2", name: "Smart Tech Device", price: "$449.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736761.jpg?_wi=1", imageAlt: "Smart tech device"
},
{
id: "3", name: "Luxury Accessories", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736770.jpg", imageAlt: "Luxury accessories"
id: "3", name: "Luxury Accessories", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736770.jpg?_wi=1", imageAlt: "Luxury accessories"
},
{
id: "4", name: "Ultra Pro Smartwatch", price: "$349.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Ultra Pro Smartwatch"
id: "4", name: "Ultra Pro Smartwatch", price: "$349.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=2", imageAlt: "Ultra Pro Smartwatch"
},
{
id: "5", name: "Premium Phone Stand", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736761.jpg", imageAlt: "Premium Phone Stand"
id: "5", name: "Premium Phone Stand", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736761.jpg?_wi=2", imageAlt: "Premium Phone Stand"
},
{
id: "6", name: "Wireless Charging Pad", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736770.jpg", imageAlt: "Wireless Charging Pad"
id: "6", name: "Wireless Charging Pad", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736770.jpg?_wi=2", imageAlt: "Wireless Charging Pad"
},
{
id: "7", name: "Portable Power Bank", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Portable Power Bank"
id: "7", name: "Portable Power Bank", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=3", imageAlt: "Portable Power Bank"
},
{
id: "8", name: "Premium Cable Bundle", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736761.jpg", imageAlt: "Premium Cable Bundle"
id: "8", name: "Premium Cable Bundle", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736761.jpg?_wi=3", imageAlt: "Premium Cable Bundle"
}
]}
gridVariant="bento-grid"