Bob AI: [Block: contact-split|Contact Split|/blocks/contac...
This commit is contained in:
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Sparkles, Star, Instagram, Facebook, Mail } from 'lucide-react';
|
import { Sparkles, Star, Instagram, Facebook, Mail } from 'lucide-react';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
@@ -141,45 +140,14 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<ContactSplit
|
||||||
title="What Our Clients Say"
|
tag="Testimonials"
|
||||||
description="Real stories from happy customers who trusted Jessica with their special moments."
|
title="What Our Clients Say"
|
||||||
tag="Testimonials"
|
description="Real stories from happy customers who trusted Jessica with their special moments."
|
||||||
tagIcon={Star}
|
useInvertedBackground="noInvert"
|
||||||
testimonials={[
|
imageSrc="https://placehold.co/600x400"
|
||||||
{
|
mediaPosition="left"
|
||||||
id: "1",
|
/>
|
||||||
name: "Sarah Mitchell",
|
|
||||||
role: "Bride",
|
|
||||||
company: "June Wedding 2024",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/florist_23-2148013627.jpg",
|
|
||||||
imageAlt: "Sarah Mitchell"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Jennifer Lee",
|
|
||||||
role: "Event Planner",
|
|
||||||
company: "Elite Events Co.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-happy-woman-making-bouquet_23-2148377273.jpg",
|
|
||||||
imageAlt: "Jennifer Lee"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Amanda Foster",
|
|
||||||
role: "Corporate Client",
|
|
||||||
company: "Tech Innovations Inc.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/florist-makes-beautiful-bouquet-studio_1157-28388.jpg",
|
|
||||||
imageAlt: "Amanda Foster"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="text_split_about" data-section="text_split_about">
|
<div id="text_split_about" data-section="text_split_about">
|
||||||
|
|||||||
Reference in New Issue
Block a user