diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 31c2e29..b1625ff 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Bell, Github, Linkedin, Map, Twitter } from "lucide-react"; +import { Atom, Bell, CloudRain, Dot, Github, Linkedin, Map, Radar, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -26,45 +26,22 @@ export default function LandingPage() { @@ -72,62 +49,41 @@ export default function LandingPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx index f2c8aae..094e878 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Cog, Droplets, Gauge, Github, Lightbulb, Linkedin, MapPin, ShieldCheck, Twitter } from "lucide-react"; +import { Bell, Bot, CloudRain, FlaskConical, Gauge, Github, Linkedin, MapPin, ShieldCheck, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -31,45 +31,22 @@ export default function LandingPage() { @@ -77,15 +54,12 @@ export default function LandingPage() {
@@ -213,8 +153,7 @@ export default function LandingPage() {