Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-08 15:50:03 +00:00

View File

@@ -13,6 +13,10 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import { Sparkles, Star, Home, Wifi, Wind, ParkingCircle, Heart, Lock, Users, MessageCircle, Phone, TrendingUp, Award, CheckCircle } from 'lucide-react';
export default function LandingPage() {
const handleCallNow = () => {
window.location.href = 'tel:+918130521617';
};
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -50,7 +54,7 @@ export default function LandingPage() {
description="Affordable, comfortable and private rooms near Rohini West Metro Station. Experience modern luxury with exceptional hospitality tailored for couples and travelers."
buttons={[
{ text: "Book Room", href: "#contact" },
{ text: "Call Now", href: "tel:+918130521617" }
{ text: "Call Now", onClick: handleCallNow }
]}
buttonAnimation="slide-up"
dashboard={{
@@ -202,7 +206,7 @@ export default function LandingPage() {
<ContactFaq
ctaTitle="Book Your Stay Today"
ctaDescription="Contact us now to reserve your perfect room or get more information about our amenities and services."
ctaButton={{ text: "Call +91 81305 21617", href: "tel:+918130521617" }}
ctaButton={{ text: "Call +91 81305 21617", onClick: handleCallNow }}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
@@ -253,7 +257,7 @@ export default function LandingPage() {
},
{
items: [
{ label: "Call: +91 81305 21617", href: "tel:+918130521617" },
{ label: "Call: +91 81305 21617", onClick: handleCallNow },
{ label: "Email: contact@hotelshineinn.com", href: "mailto:contact@hotelshineinn.com" },
{ label: "Sector 3, Rohini, Delhi", href: "#" }
]