Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25ee56eb0b | |||
| 5b7a101286 | |||
| b57e9fe5d5 |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user