From 3b70433c7cb7f0c9141299d7c026c5d1649b141d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:57:46 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 90 ++++++++++++++++++------------------------------ 1 file changed, 33 insertions(+), 57 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c2d8d0..d2183e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,21 +9,21 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Compass, MapPin, Target, Users } from "lucide-react"; +import { Compass, MapPin, Target, Users, Search, Navigation } from "lucide-react"; export default function LandingPage() { return (
@@ -55,77 +52,56 @@ export default function LandingPage() {
-
- -
-