diff --git a/src/app/page.tsx b/src/app/page.tsx index 8950a9d..4fe8a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import HeroSignup from '@/components/sections/hero/HeroSignup'; import MediaAbout from '@/components/sections/about/MediaAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, Clock, Coffee, Mail, Newspaper, Sparkles, Star, TrendingUp, Users, BarChart3, TrendingUp as TrendingUpIcon } from 'lucide-react'; +import { Award, Clock, Coffee, Mail, Newspaper, Sparkles, Star, TrendingUp, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -40,49 +40,16 @@ export default function LandingPage() {
- console.log('Email:', email)} />