Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-06-12 06:25:32 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ export default function HomePage() {
description="Dive into our curated selection of products taking the internet by storm. Updated every 30 days to keep you ahead of the curve."
products={[
{
id: "viral-1", name: "Smart LED Desk Lamp", price: "€49.99", imageSrc: "http://img.b2bpic.net/free-photo/speakers-with-high-volume-white-background_23-2149625149.jpg", imageAlt: "Smart LED Desk Lamp"
id: "viral-1", name: "Smart LED Desk Lamp", price: "€49.99", imageSrc: "http://img.b2bpic.net/free-photo/speakers-with-high-volume-white-background_23-2149625149.jpg?_wi=1", imageAlt: "Smart LED Desk Lamp"
},
{
id: "viral-2", name: "Portable Espresso Maker", price: "€59.99", imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment-arrangement-cosmetics_23-2148645488.jpg", imageAlt: "Portable Espresso Maker"
@@ -120,7 +120,7 @@ export default function HomePage() {
id: "viral-3", name: "Wireless Charging Pad", price: "€29.99", imageAlt: "Wireless Charging Pad", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-looking-recipe-digital-tablet-cooking-healthy-food-home-kitchen_7861-994.jpg"
},
{
id: "viral-4", name: "Mini Projector 4K", price: "€129.99", imageAlt: "Mini Projector 4K", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg"
id: "viral-4", name: "Mini Projector 4K", price: "€129.99", imageAlt: "Mini Projector 4K", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=1"
},
{
id: "viral-5", name: "Ergonomic Laptop Stand", price: "€39.99", imageAlt: "Ergonomic Laptop Stand", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-horse-figurine-toy-with-negative-effects-colorful-background_53876-167186.jpg"

View File

@@ -44,7 +44,7 @@ export default function ViralProductsPage() {
products={[
{ id: "p1", name: "Smartwatch X", price: "€199", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartwatch-with-abstract-background_1134-390.jpg", imageAlt: "Smartwatch X" },
{ id: "p2", name: "Robot Vacuum", price: "€299", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736735.jpg", imageAlt: "Robot Vacuum" },
{ id: "p3", name: "Portable Speaker", price: "€79", imageSrc: "http://img.b2bpic.net/free-photo/speakers-with-high-volume-white-background_23-2149625149.jpg", imageAlt: "Portable Speaker" },
{ id: "p3", name: "Portable Speaker", price: "€79", imageSrc: "http://img.b2bpic.net/free-photo/speakers-with-high-volume-white-background_23-2149625149.jpg?_wi=2", imageAlt: "Portable Speaker" },
{ id: "p4", name: "Wireless Earbuds", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072224.jpg", imageAlt: "Wireless Earbuds" }
]}
gridVariant="three-columns-all-equal-width"
@@ -61,7 +61,7 @@ export default function ViralProductsPage() {
products={[
{ id: "n1", name: "Smart Home Hub", price: "€149", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-assistant-modern-kitchen_23-2152011759.jpg", imageAlt: "Smart Home Hub" },
{ id: "n2", name: "AI Translator", price: "€119", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2148994133.jpg", imageAlt: "AI Translator" },
{ id: "n3", name: "Portable Projector", price: "€249", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg", imageAlt: "Portable Projector" },
{ id: "n3", name: "Portable Projector", price: "€249", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-6258.jpg?_wi=2", imageAlt: "Portable Projector" },
{ id: "n4", name: "Air Purifier", price: "€189", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736745.jpg", imageAlt: "Air Purifier" },
{ id: "n5", name: "Gaming Controller", price: "€69", imageSrc: "http://img.b2bpic.net/free-photo/player-enjoying-high-quality-ray-tracing-graphics-console-videogame_482257-82197.jpg", imageAlt: "Gaming Controller" },
{ id: "n6", name: "Smart Pet Feeder", price: "€99", imageSrc: "http://img.b2bpic.net/free-photo/view-automatic-smart-feeder-household-pets_23-2151482514.jpg", imageAlt: "Smart Pet Feeder" },