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 { Clapperboard, Sparkles, Star, Package } from 'lucide-react';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
|
||||
export default function MoviePlayPage() {
|
||||
return (
|
||||
@@ -100,21 +99,6 @@ export default function MoviePlayPage() {
|
||||
/>
|
||||
</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">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user