From 5c525dc7586dd05d6e47157445e0f9c6a72c7bda Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:19:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 369 +++++++++-------------------------------------- 1 file changed, 65 insertions(+), 304 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f4dd7f..405ebab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Leaf, Move, Scissors, Shield, Square, Sun } from "lucide-react"; +import { Leaf, Move, Scissors, Shield, Square, Sun, ShieldAlert } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +32,14 @@ export default function LandingPage() {