From 16c7ce153f1b349e1b34ed1792660b4cead17b7e Mon Sep 17 00:00:00 2001 From: development Date: Mon, 5 Jan 2026 08:01:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 799ebad..30745b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Facebook, Instagram, Twitter } from "lucide-react"; +import { Facebook, Instagram, Twitter, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -203,11 +203,13 @@ export default function LandingPage() {