From 3cb3c6d307b517147f47a5b32be031f7467b43b2 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 11:03:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a699f38..6e216bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,8 @@ export default function StarWarsPage() { rating: 5, reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg", - imageAlt: "Premium Lightsaber Replica" + imageAlt: "Premium Lightsaber Replica", + starColor: "#ff0000" }, { id: "2", @@ -78,7 +79,8 @@ export default function StarWarsPage() { rating: 4, reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg", - imageAlt: "Millennium Falcon Model Kit" + imageAlt: "Millennium Falcon Model Kit", + starColor: "#ff0000" }, { id: "3", @@ -88,7 +90,8 @@ export default function StarWarsPage() { rating: 5, reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg", - imageAlt: "Yoda Statue Figurine" + imageAlt: "Yoda Statue Figurine", + starColor: "#ff0000" }, { id: "4", @@ -98,7 +101,8 @@ export default function StarWarsPage() { rating: 4, reviewCount: "956", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502905270-5whkj6nu.jpg", - imageAlt: "Death Star Lamp" + imageAlt: "Death Star Lamp", + starColor: "#ff0000" } ]} gridVariant="uniform-all-items-equal"