From a7e832fab29e60d8b9b9f18fe15e4112fbf7d4ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 15:18:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 63 ++++++------------------------------------------ 1 file changed, 8 insertions(+), 55 deletions(-) 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() {
- console.log('Email submitted:', email)} />
@@ -331,4 +284,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1