Bob AI: remove contact section
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Clapperboard, Sparkles, Star, Package } from 'lucide-react';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
@@ -65,22 +64,6 @@ export default function MoviePlayPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
title="Movie Play has become the trusted choice for cinema enthusiasts across the region, delivering unforgettable entertainment experiences."
|
||||
tag="Our Impact"
|
||||
useInvertedBackground="invertDefault"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "50,000+", description: "Total satisfied customers who have experienced premium cinema at Movie Play"
|
||||
},
|
||||
{
|
||||
id: "2", value: "98%", description: "Customer satisfaction rate reflecting our commitment to excellence and quality service"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="text_split_about" data-section="text_split_about">
|
||||
<TextSplitAbout
|
||||
title="Explore Cinematic Magic"
|
||||
|
||||
Reference in New Issue
Block a user