From 146c973533f358933e6ffdc2d5328e3576dffbc0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:01:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85d8557..1ccb9f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Clock, Lightbulb, Palette, Package, Shield, Sparkles, Zap } from "lucide-react"; +import { Clock, Lightbulb, Palette, Package, Shield, Sparkles, Zap, Truck, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -113,7 +113,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file