From 375c9efdf67fe047f897417730575e1556689848 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:15:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 ++++++----------------------------------------- 1 file changed, 33 insertions(+), 242 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65a6928..337fd7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Leaf } from "lucide-react"; +import { Leaf, Award, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -29,289 +29,80 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1