diff --git a/src/app/page.tsx b/src/app/page.tsx index c5b0842..4a57e46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Zap, Waves, Clock, Users, Wifi, MessageSquare, HelpCircle, Lock } from 'lucide-react'; +import { Sparkles, Zap, Waves, Clock, Users, Wifi, MessageSquare, HelpCircle, Lock, Sun, Wind, Phone, Projector } from 'lucide-react'; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Call Now: 0703 070 3400", href: "tel:0703070340" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/light-lamp-decoration-interior_74190-6674.jpg" imageAlt="Royal Resorts Ibadan exterior view with luxury landscaping" mediaAnimation="blur-reveal" @@ -112,19 +112,19 @@ export default function LandingPage() { features={[ { title: "Swimming Pool", description: "Olympic-sized heated pool with cabana seating and poolside service", bentoComponent: "marquee", centerIcon: Waves, - variant: "icon", icons: [Waves, Clock, MessageSquare], + variant: "icon", icons: [Waves, Sun, Wind], }, { title: "Fine Dining Restaurant", description: "Award-winning restaurant serving local and international cuisine", bentoComponent: "globe"}, { title: "24-Hour Reception", description: "Professional concierge service available around the clock", bentoComponent: "marquee", centerIcon: Clock, - variant: "icon", icons: [Clock, MessageSquare, Users], + variant: "icon", icons: [Clock, Phone, MessageSquare], }, { title: "Conference Facilities", description: "Modern meeting halls equipped with state-of-the-art technology", bentoComponent: "icon-info-cards", items: [ { icon: Users, label: "Capacity", value: "500+" }, { icon: Wifi, label: "High-Speed WiFi", value: "1Gbps" }, - { icon: MessageSquare, label: "AV Equipment", value: "Complete" }, + { icon: Projector, label: "AV Equipment", value: "Complete" }, ], }, ]} @@ -177,7 +177,7 @@ export default function LandingPage() { { id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards, bank transfers, and mobile payment options. Payment in full is due at check-in unless other arrangements have been made."}, { - id: "6", title: "Is the resort pet-friendly?", content: "We welcome well-behaved pets with prior notification. A pet fee of ₦5,000 per night applies. Please let us know at the time of booking."}, + id: "6", title: "Is the resort pet-friendly?", content: "We welcome well-behaved pets with prior notification. A pet fee of ₦5,000 per night applies. Please let us know at the time of booking."} ]} imageSrc="http://img.b2bpic.net/free-photo/elderly-adult-registering-hotel-lobby_482257-81621.jpg" imageAlt="Royal Resorts elegant lobby with modern furniture and warm lighting" @@ -201,7 +201,7 @@ export default function LandingPage() { description="Book directly with Royal Resorts for exclusive rates and personalized service. Fill out the form below or call our reservation team." tagIcon={Lock} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Check Availability"