Bob AI: Remove section contact on services page
This commit is contained in:
@@ -7,7 +7,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Sparkles, Star, Instagram, Facebook, Mail } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
@@ -228,18 +227,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to bring your floral vision to life? Contact Jessica today to book your consultation and start creating something beautiful together."
|
||||
animationType="background-highlight"
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
{ text: "View Portfolio", href: "/portfolio" }
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterCard
|
||||
logoText="Jessica"
|
||||
copyrightText="© 2025 Jessica Flowers Studio. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user