diff --git a/src/app/page.tsx b/src/app/page.tsx index 19c6c93..d4ca96d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import HeroSignup from '@/components/sections/hero/HeroSignup'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -14,7 +14,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Code, Edit, Lightbulb, Rocket, Sparkles } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -58,63 +58,16 @@ export default function LandingPage() {