Bob AI: [Block: faq-split-media|FAQ Split Media|/blocks/fa...

This commit is contained in:
2026-01-30 11:22:00 +00:00
parent 7c6d3d53f0
commit 14628bc515

View File

@@ -4,10 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
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 (
@@ -101,20 +101,18 @@ export default function MoviePlayPage() {
</div> </div>
<div id="testimonial" data-section="testimonial"> <div id="testimonial" data-section="testimonial">
<TestimonialCardFifteen <FaqSplitMedia
testimonial="Movie Play absolutely transformed my cinema experience. The picture quality is stunning, the seats are incredibly comfortable, and the entire atmosphere is just perfect. I've been coming here every weekend!" faqs={[{ question: "What is your question?", answer: "Here is the answer." }, { question: "Another question?", answer: "Another answer here." }]}
rating={5} imageSrc="https://placehold.co/600x400"
author="Sarah Mitchell, Movie Enthusiast" mediaPosition="left"
useInvertedBackground="noInvert" title="FAQ Split Media"
avatars={[ description="Add your description here."
{ src: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 1" }, tag="Label"
{ src: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Customer 2" }, buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
{ src: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Customer 3" }, textboxLayout="default"
{ src: "https://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "Customer 4" }, useInvertedBackground="noInvert"
{ src: "https://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Customer 5" }, animationType="smooth"
{ src: "https://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "Customer 6" } />
]}
/>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">