diff --git a/src/app/page.tsx b/src/app/page.tsx index 087fb8f..07c7b13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,12 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Clock, DollarSign, ShieldCheck } from "lucide-react"; +import { Clock, DollarSign, ShieldCheck, BarChart3, Search, LayoutDashboard, Settings } from "lucide-react"; export default function LandingPage() { return ( @@ -40,18 +39,23 @@ export default function LandingPage() { { name: "Contact", id: "#contact" }, ]} brandName="PROVA" - button={{ - text: "Get Started", href: "#contact"}} + button={{ text: "Get Started", href: "#contact" }} />