3 Commits

Author SHA1 Message Date
kudinDmitriyUp
c4b45a4b14 Bob AI: fix build errors (attempt 2) 2026-06-01 13:29:29 +00:00
kudinDmitriyUp
13d4e47386 Bob AI: fix build errors (attempt 1) 2026-06-01 13:28:28 +00:00
kudinDmitriyUp
b7e3c9745c Bob AI: Replace the existing 'contact' section with a dedicated cont 2026-06-01 13:27:30 +00:00

View File

@@ -1,5 +1,5 @@
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import ContactCta from '@/components/sections/contact/ContactCta';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
import FeaturesRevealCardsBentoSharp from '@/components/sections/features/FeaturesRevealCardsBentoSharp';
@@ -274,20 +274,9 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Ready for a Greener Space?"
text="Let's bring your outdoor vision to life. Get a free, no-obligation quote today!"
primaryButton={{
text: "Request a Free Quote",
href: "mailto:info@greenscapelandscaping.com",
}}
secondaryButton={{
text: "Call Us Now",
href: "tel:123-456-7890",
}}
/>
<ContactSplitForm />
</SectionErrorBoundary>
</div>
</>
);
}
}