diff --git a/src/app/page.tsx b/src/app/page.tsx index e8f475d..346f92e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import { Award, Clock, Home, MapPin, Smile } from "lucide-react"; export default function LandingPage() { @@ -107,11 +107,18 @@ export default function LandingPage() {
- console.log("Form submitted to endpoint:", data)} + imageSrc="http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg" + mediaPosition="right" useInvertedBackground={false} />
@@ -153,4 +160,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}