From bd3091e4df07b381916eb3ef8abcbd3860d1c148 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 07:14:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de1a76b..8de77a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, Users } from "lucide-react"; +import { Sparkles, Home, Shield, Award, Star, Mail, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -58,8 +58,6 @@ export default function LandingPage() { { imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg?_wi=1", imageAlt: "Dubai skyline at night" } ]} mediaAnimation="slide-up" - rating={5} - ratingText="4.9/5 Average Rating" /> -- 2.49.1