From 35f4a6911cf60c18ba0b2c4eae23bd1178c517c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:29:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2de9046..804b501 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { BotMessageSquare } from 'lucide-react'; export default function LandingPage() { return ( @@ -67,6 +68,24 @@ export default function LandingPage() { /> +
+
+
+
+ +

AI Assistant

+
+
+

How can I help you today?

+
+
+ + +
+
+
+
+
); -} +} \ No newline at end of file -- 2.49.1