Compare commits
2 Commits
8e8378a30f
...
version_3
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b94dca557 | |||
| f55ba2510d |
@@ -1,16 +1,16 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Star } from "lucide-react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Sparkles } from "lucide-react";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import ProductCardSeven from "@/components/sections/product/ProductCardSeven";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactInline from "@/components/sections/contact/ContactInline";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
|
||||
export default function CinemaPage() {
|
||||
return (
|
||||
@@ -85,32 +85,28 @@ export default function CinemaPage() {
|
||||
name: "Epic Drama",
|
||||
price: "₹250",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502907661-wjlq2nxn.jpg",
|
||||
imageAlt: "Epic Drama movie poster",
|
||||
rating: 4.8
|
||||
imageAlt: "Epic Drama movie poster"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Action Thriller",
|
||||
price: "₹250",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502909492-uldg0gxd.jpg",
|
||||
imageAlt: "Action Thriller movie poster",
|
||||
rating: 4.9
|
||||
imageAlt: "Action Thriller movie poster"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Romantic Comedy",
|
||||
price: "₹200",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766747080502-3vj543iu.jpg",
|
||||
imageAlt: "Romantic Comedy movie poster",
|
||||
rating: 4.6
|
||||
imageAlt: "Romantic Comedy movie poster"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Science Fiction",
|
||||
price: "₹280",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766747081962-phshs302.jpg",
|
||||
imageAlt: "Science Fiction movie poster",
|
||||
rating: 4.7
|
||||
imageAlt: "Science Fiction movie poster"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user