From d8be32ea1ba9c34f83986658bb39f44ca480d495 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 13:18:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4481890..30dc344 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,10 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { Award } from "lucide-react"; +import { BookOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -37,19 +37,25 @@ export default function LandingPage() {
-
@@ -117,4 +123,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1