Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-05 18:03:14 +00:00

View File

@@ -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"
},
]}