diff --git a/src/app/page.tsx b/src/app/page.tsx index 90c66a7..fc99b14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Activity, Award, CheckCircle, Clock, Dumbbell, Leaf, Smile, Star, TrendingUp, Users, Waves } from "lucide-react"; +import { Activity, Award, CheckCircle, Clock, Dumbbell, Leaf, Smile, Star, TrendingUp, Users, Waves, Droplet } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +32,12 @@ export default function LandingPage() {