From decdcd82f368d0701deeb107d002dab8695519d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 11:28:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef55de0..aea1b05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,10 +61,10 @@ export default function LandingPage() { tagIcon={Sparkles} products={[ { - id: "1", name: "Classic Ceramic Coffee Cup", price: "$24.99", variant: "White • 10oz • 5 Colors", imageSrc: "https://img.b2bpic.net/free-photo/coffee-cups-table_93675-130438.jpg", imageAlt: "Classic white ceramic coffee cup" + id: "1", name: "Classic Ceramic Coffee Cup", price: "$24.99", variant: "White • 10oz • 5 Colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34yEatLQt6B9A82mZgfqKsKaLO9/uploaded-1765990781008-6ywkyb3c.jpg", imageAlt: "Classic white ceramic coffee cup" }, { - id: "2", name: "Premium Travel Thermos", price: "$39.99", variant: "Stainless Steel • Insulated • 16oz", imageSrc: "https://img.b2bpic.net/free-photo/three-cups-coffee-wooden-board_114579-52730.jpg", imageAlt: "Insulated travel thermos cup" + id: "2", name: "Premium Travel Thermos", price: "$39.99", variant: "Stainless Steel • Insulated • 16oz", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34yEatLQt6B9A82mZgfqKsKaLO9/uploaded-1771414071309-lllrolfa.mp4", imageAlt: "Insulated travel thermos cup" }, { id: "3", name: "Vibrant Artisan Mug", price: "$28.99", variant: "Hand-painted • Ceramic • 12oz", imageSrc: "https://img.b2bpic.net/free-photo/cup-coffee_1339-7154.jpg", imageAlt: "Colorful hand-painted artisan mug" -- 2.49.1