From 50eea16525d5b43cfd5675216a0078cce5e6a202 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 20:47:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e3299e..8b94921 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Shield, Star } from "lucide-react"; +import { Award, Shield, Star, Bot } from "lucide-react"; export default function LandingPage() { return ( @@ -70,6 +70,13 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file