From 5b7a10128609d4d0aea6ca3fb6e2f93995eef30a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 06:27:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." -- 2.49.1