From 831d73830b3aead40781ec7e4fb0496702e54756 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 16:18:55 +0000 Subject: [PATCH] Bob AI: Move contact-section section to /with page --- src/app/page.tsx | 50 ------------------------------- src/app/with/page.tsx | 70 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 50 deletions(-) create mode 100644 src/app/with/page.tsx diff --git a/src/app/page.tsx b/src/app/page.tsx index bb998ca..2b8e095 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Guitar, Hammer, MessageCircle, Mic, Music, Sparkles, Star } from "lucide-react"; @@ -154,55 +153,6 @@ export default function LandingPage() { /> -
- -
-