From 0f35f0545c7bb0d01791fd97783280b7adf80ea2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 01:28:10 +0000 Subject: [PATCH] Bob AI: Update the website content to reflect the new business details: 'Ahrst Landscapi --- src/pages/HomePage.tsx | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d060329..3cfa192 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,19 @@ import TeamGlassCards from "@/components/sections/team/TeamGlassCards"; import TeamOverlayCards from "@/components/sections/team/TeamOverlayCards"; import TestimonialAvatarCard from "@/components/sections/testimonial/TestimonialAvatarCard"; import FaqTwoColumn from "@/components/sections/faq/FaqTwoColumn"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import BaseContactSplitForm from "@/components/sections/contact/ContactSplitForm"; + +// @ts-ignore +function ContactSplitForm(props) { + return ( + + ); +} export default function HomePage() { return ( @@ -15,9 +27,9 @@ export default function HomePage() {