Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<SocialProofOne
|
||||
title="Trusted by Travelers"
|
||||
names={["Google Reviews", "TripAdvisor", "Booking.com", "Expedia", "Hotels.com", "Airbnb", "Prizren Tourism"]}
|
||||
description="Our hotels are rated highly across major travel platforms."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user