Bob AI: [Block: feature-card-one|Feature Card One|/blocks/...
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
@@ -10,6 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Clapperboard, Sparkles, Star, Package } from 'lucide-react';
|
import { Clapperboard, Sparkles, Star, Package } from 'lucide-react';
|
||||||
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
|
|
||||||
export default function MoviePlayPage() {
|
export default function MoviePlayPage() {
|
||||||
return (
|
return (
|
||||||
@@ -41,26 +41,21 @@ export default function MoviePlayPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<FeatureCardOne
|
||||||
title="Experience Cinema Like Never Before"
|
features={[{ title: "Feature 1", description: "Feature description" }, { title: "Feature 2", description: "Feature description" }, { title: "Feature 3", description: "Feature description" }]}
|
||||||
description="Immerse yourself in stunning visuals, premium sound, and unforgettable moments at Movie Play. The ultimate destination for movie lovers."
|
carouselMode="auto"
|
||||||
tag="Premium Cinema Experience"
|
gridVariant="uniform-all-items-equal"
|
||||||
tagIcon={Clapperboard}
|
animationType="none"
|
||||||
background={{ variant: "glowing-orb" }}
|
title="Experience Cinema Like Never Before"
|
||||||
kpis={[
|
description="Immerse yourself in stunning visuals, premium sound, and unforgettable moments at Movie Play. The ultimate destination for movie lovers."
|
||||||
{ value: "50+", label: "Movies Monthly" },
|
tag="Premium Cinema Experience"
|
||||||
{ value: "1000+", label: "Happy Customers" },
|
buttons={[
|
||||||
{ value: "4.9★", label: "Average Rating" }
|
{ text: "Book Tickets Now", href: "#contact" },
|
||||||
]}
|
{ text: "View Schedule", href: "#products" }
|
||||||
enableKpiAnimation={true}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/cinema-seats-still-life_23-2148115374.jpg"
|
textboxLayout="default"
|
||||||
imageAlt="Movie theater with premium seating"
|
useInvertedBackground="noInvert"
|
||||||
imagePosition="right"
|
/>
|
||||||
buttons={[
|
|
||||||
{ text: "Book Tickets Now", href: "#contact" },
|
|
||||||
{ text: "View Schedule", href: "#products" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
|
|||||||
Reference in New Issue
Block a user