From 325c9d6dc555c2c72dc70534ad91421735a87ef6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:26:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 147 ++++++++++++++--------------------------------- 1 file changed, 43 insertions(+), 104 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff9eee2..5ce131a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { LayoutDashboard, BarChart3, Package, TrendingUp } from "lucide-react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; @@ -31,41 +32,33 @@ export default function LandingPage() {
-
@@ -74,7 +67,8 @@ export default function LandingPage() { useInvertedBackground={true} title="Built for the small team doing big things" description={[ - "For 1–10 employee teams, fragmentation is the enemy. We consolidate your tools into one actionable interface.", "Our dashboard eliminates manual data entry, providing clarity across inventory and cash flow in one unified view."]} + "For 1–10 employee teams, fragmentation is the enemy. We consolidate your tools into one actionable interface.", "Our dashboard eliminates manual data entry, providing clarity across inventory and cash flow in one unified view." + ]} /> @@ -82,14 +76,10 @@ export default function LandingPage() { @@ -184,13 +152,9 @@ export default function LandingPage() {
@@ -198,38 +162,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file