From 215b61acb9e79671251d5ed50b968335af0a2ad1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:42:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa5bf82..a8c7ab5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,12 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { AlertTriangle, LayoutDashboard, RefreshCw, Settings, Shield, TrendingUp, Zap } from "lucide-react"; +import { AlertTriangle, RefreshCw, Shield, TrendingUp, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -42,26 +42,12 @@ export default function LandingPage() {
-
@@ -171,7 +157,7 @@ export default function LandingPage() { tag="Get Started" title="Ready to Trade?" description="Contact our sales team for a custom demo or institutional onboarding." - buttons={[{ text: "Talk to Sales" }]} + buttons={[{ text: "Talk to Sales" }] /> @@ -187,4 +173,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1