Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user