Bob AI: remove testiominal and contact sections
This commit is contained in:
@@ -7,7 +7,6 @@ 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 FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
||||||
|
|
||||||
export default function MoviePlayPage() {
|
export default function MoviePlayPage() {
|
||||||
return (
|
return (
|
||||||
@@ -100,21 +99,6 @@ export default function MoviePlayPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonial" data-section="testimonial">
|
|
||||||
<FaqSplitMedia
|
|
||||||
faqs={[{ question: "What is your question?", answer: "Here is the answer." }, { question: "Another question?", answer: "Another answer here." }]}
|
|
||||||
imageSrc="https://placehold.co/600x400"
|
|
||||||
mediaPosition="left"
|
|
||||||
title="FAQ Split Media"
|
|
||||||
description="Add your description here."
|
|
||||||
tag="Label"
|
|
||||||
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
animationType="smooth"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user