From 79c643d23254aefa3a5a6ae73a2dbeab83d0ecff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:54:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62756f6..ae61fbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { MapPin, Users, CheckCircle, Wifi, AirVent, Coffee } from "lucide-react"; +import { MapPin, Users, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -61,7 +61,6 @@ export default function LandingPage() { @@ -137,10 +136,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", icon: Wifi, title: "High-Speed WiFi", value: "Free" }, - { id: "m2", icon: AirVent, title: "Climate Control", value: "AC" }, + { id: "m1", icon: MapPin, title: "High-Speed WiFi", value: "Free" }, + { id: "m2", icon: MapPin, title: "Climate Control", value: "AC" }, { id: "m3", icon: MapPin, title: "Private Balconies", value: "Select" }, - { id: "m4", icon: Coffee, title: "Coffee Bar", value: "Onsite" }, + { id: "m4", icon: MapPin, title: "Coffee Bar", value: "Onsite" }, { id: "m5", icon: MapPin, title: "Central Prizren", value: "Heart" } ]} />