diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ce3c82..c1efa50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,13 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Facebook, Instagram, Linkedin, Sparkles, Star, Twitter, Zap } from "lucide-react"; +import ContactForm from '@/components/form/ContactForm'; export default function LandingPage() { return ( @@ -54,52 +54,15 @@ export default function LandingPage() {