Bob AI: [Block: contact-split-form|Contact Split Form|/blo...

This commit is contained in:
2026-01-30 11:12:52 +00:00
parent 581832c0f4
commit 345f89ce0a

View File

@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, Star, Instagram, Facebook, Mail } from 'lucide-react';
import Link from 'next/link';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
export default function HomePage() {
return (
@@ -129,46 +129,15 @@ export default function HomePage() {
</div>
<div id="features" data-section="features">
<FeatureCardThree
title="Jessica & Flowers"
description="From weddings to corporate events, Jessica offers comprehensive floral design services tailored to your vision and budget."
tag="Services"
tagIcon={Sparkles}
features={[
{
id: "01",
title: "Wedding Florals",
description: "Complete bridal packages including bouquets, ceremony arrangements, and reception centerpieces.",
imageSrc: "https://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-wedding-bouquet-with-gorgeous-white-roses_181624-15923.jpg",
imageAlt: "Wedding Floral Design"
},
{
id: "02",
title: "Event Design",
description: "Corporate events, galas, and private celebrations with custom floral installations and arrangements.",
imageSrc: "https://img.b2bpic.net/free-photo/composition-flowers-stand-table_8353-10452.jpg",
imageAlt: "Event Floral Installation"
},
{
id: "03",
title: "Seasonal Bouquets",
description: "Fresh, beautiful bouquets for birthdays, anniversaries, and special occasions delivered to your loved ones.",
imageSrc: "https://img.b2bpic.net/free-photo/green-yellow-bouquet-with-golden-christmas-ball_114579-2440.jpg",
imageAlt: "Seasonal Bouquet Arrangement"
},
{
id: "04",
title: "Consultation Services",
description: "Expert floral design consultation to help you plan the perfect arrangements for any event.",
imageSrc: "https://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg",
imageAlt: "Floral Consultation"
}
]}
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground="invertDefault"
/>
<ContactSplitForm
title="Jessica & Flowers"
description="From weddings to corporate events, Jessica offers comprehensive floral design services tailored to your vision and budget."
inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true }, { name: "message", type: "textarea", placeholder: "Your Message", required: false }]}
textarea={{ name: "", placeholder: "" }}
useInvertedBackground="invertDefault"
imageSrc="https://placehold.co/600x400"
mediaPosition="left"
/>
</div>
<div id="testimonials" data-section="testimonials">