diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ab788c9..8b81d7d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file 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