From 96924d157bee75aa03423cde628334966986149c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:03:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b868b9..b044867 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,19 +105,19 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", brand: "Apple", name: "Watch Series 10 Full Black", price: "$299.00", rating: 5, + id: "1", brand: "Apple", name: "Watch Series 10 Full Black", price: "$60.00", rating: 5, reviewCount: "8.6k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-woman-earphones_171337-13402.jpg", imageAlt: "Apple Watch Series 10 Full Black" }, { - id: "2", brand: "Apple", name: "Watch Series 10 Orange", price: "$299.00", rating: 5, + id: "2", brand: "Apple", name: "Watch Series 10 Orange", price: "$60.00", rating: 5, reviewCount: "7.2k", imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-using-fitness-tracker-sunset_637285-9272.jpg", imageAlt: "Apple Watch Series 10 Orange" }, { - id: "3", brand: "Apple", name: "Watch Series 10 White", price: "$299.00", rating: 5, + id: "3", brand: "Apple", name: "Watch Series 10 White", price: "$60.00", rating: 5, reviewCount: "10.1k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartwatch-sandals_23-2148922362.jpg", imageAlt: "Apple Watch Series 10 White" }, { - id: "4", brand: "Apple", name: "Watch Series 10 Creme", price: "$299.00", rating: 5, + id: "4", brand: "Apple", name: "Watch Series 10 Creme", price: "$60.00", rating: 5, reviewCount: "6.9k", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg", imageAlt: "Apple Watch Series 10 Creme" }, ]} -- 2.49.1