diff --git a/src/app/page.tsx b/src/app/page.tsx index cafb38c..51bed3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Leaf, Spa, Sparkles, Heart, Award, Users, Star, Clock, ThumbsUp } from "lucide-react"; +import { Leaf, Sparkles, Heart, Award, Users, Star, Clock, ThumbsUp } from "lucide-react"; export default function LandingPage() { return ( @@ -61,7 +61,7 @@ export default function LandingPage() {