Bob AI: [Block: text-split-about|Text Split About|/blocks/...
This commit is contained in:
@@ -6,6 +6,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
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 TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
|
|
||||||
export default function MoviePlayPage() {
|
export default function MoviePlayPage() {
|
||||||
return (
|
return (
|
||||||
@@ -80,6 +81,14 @@ export default function MoviePlayPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="text_split_about" data-section="text_split_about">
|
||||||
|
<TextSplitAbout
|
||||||
|
title="Explore Cinematic Magic"
|
||||||
|
description={["Discover a world of iconic films and timeless classics.", "Experience the best of cinema with Movie Play."]}
|
||||||
|
buttons={[{ label: "View Now Showing", href: "#" }, { label: "Read Reviews", href: "#" }]}
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user