diff --git a/src/app/page.tsx b/src/app/page.tsx index e61ba67..00bec39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { CalendarDays, Coffee, MapPin, ShieldCheck, Sparkles, Wifi } from "lucide-react"; +import { CalendarDays, Coffee, MapPin, ShieldCheck, Sparkles, Wifi, Banknote } from "lucide-react"; export default function LandingPage() { return ( @@ -89,6 +89,7 @@ export default function LandingPage() { { icon: ShieldCheck, title: "24/7 Security", description: "Rest easy knowing our properties have round-the-clock security surveillance." }, { icon: MapPin, title: "Prime Locations", description: "Ideally situated near top attractions and business districts." }, { icon: CalendarDays, title: "Flexible Booking", description: "Hassle-free reservation management and easy cancellation." }, + { icon: Banknote, title: "Bank Payment Options", description: "Securely pay for your bookings directly via your preferred banking partner." }, ]} title="Why Choose Us" description="We offer more than just a place to sleep. Discover the perks of booking with StayBook."