From 5d83f3362cbe6367b8e8a32c3d0524772572f3a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:38:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 160 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 155 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 73b418a..32db22e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { BarChart3, HelpCircle, PieChart, Calendar, Users, Smartphone, Table, TrendingUp, Lightbulb, Activity, Smile } from 'lucide-react'; +import { BarChart3, HelpCircle, PieChart, Calendar, Users, Smartphone, Table, TrendingUp, Lightbulb, Activity, Smile, Car, AlertCircle, Moon, Wifi, Clock } from 'lucide-react'; export default function SurveyPage() { return ( @@ -44,8 +44,8 @@ export default function SurveyPage() {
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1