Compare commits
2 Commits
version_2
...
8263efe1e9
| Author | SHA1 | Date | |
|---|---|---|---|
| 8263efe1e9 | |||
| 8e8378a30f |
@@ -85,28 +85,32 @@ export default function CinemaPage() {
|
|||||||
name: "Epic Drama",
|
name: "Epic Drama",
|
||||||
price: "₹250",
|
price: "₹250",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502907661-wjlq2nxn.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502907661-wjlq2nxn.jpg",
|
||||||
imageAlt: "Epic Drama movie poster"
|
imageAlt: "Epic Drama movie poster",
|
||||||
|
rating: 4.8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "Action Thriller",
|
name: "Action Thriller",
|
||||||
price: "₹250",
|
price: "₹250",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502909492-uldg0gxd.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502909492-uldg0gxd.jpg",
|
||||||
imageAlt: "Action Thriller movie poster"
|
imageAlt: "Action Thriller movie poster",
|
||||||
|
rating: 4.9
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "Romantic Comedy",
|
name: "Romantic Comedy",
|
||||||
price: "₹200",
|
price: "₹200",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766747080502-3vj543iu.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766747080502-3vj543iu.jpg",
|
||||||
imageAlt: "Romantic Comedy movie poster"
|
imageAlt: "Romantic Comedy movie poster",
|
||||||
|
rating: 4.6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
name: "Science Fiction",
|
name: "Science Fiction",
|
||||||
price: "₹280",
|
price: "₹280",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766747081962-phshs302.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766747081962-phshs302.jpg",
|
||||||
imageAlt: "Science Fiction movie poster"
|
imageAlt: "Science Fiction movie poster",
|
||||||
|
rating: 4.7
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
|
|||||||
Reference in New Issue
Block a user