diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ca75e57..9d1e4b1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 0309c0e..93fdda7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Brush, Feather, Figma, LayoutTemplate, Lightbulb, Monitor, Palette, Sparkles, Type } from "lucide-react"; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import { Brush, Feather, Figma, LayoutTemplate, Lightbulb, Monitor, Palette, Sparkles, Type, TrendingUp, Users, Rocket } from "lucide-react"; export default function LandingPage() { return ( @@ -110,6 +111,22 @@ export default function LandingPage() { /> +
+ +
+