From 9f8ad09007e79600bf311a66710eb420f795975e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 10:07:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) 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" }} />
-
@@ -157,4 +161,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1