Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 16:06:20 +00:00

View File

@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Crown, Gem, Heart, Sparkles, Concierge, Spa, UtensilsCrossed, MapPin, Shield, Smartphone, Mail, Trophy } from "lucide-react";
import { Crown, Gem, Heart, Sparkles, UtensilsCrossed, MapPin, Shield, Smartphone, Mail, Trophy } from "lucide-react";
export default function LandingPage() {
return (
@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Experience intimate elegance with personalized service. Reserve your exclusive escape today."
tag="Boutique Luxury"
tagIcon={Crown}
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
imageAlt="Luxury hotel suite with elegant decor and premium furnishings"
textPosition="bottom-left"
showBlur={true}
@@ -70,7 +70,7 @@ export default function LandingPage() {
{
id: "1", name: "The Elegance Suite", price: "$450/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9619.jpg", imageAlt: "The Elegance Suite featuring sophisticated furnishings and ambient lighting"},
{
id: "2", name: "The Romance Retreat", price: "$520/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "The Romance Retreat with panoramic views and premium amenities"},
id: "2", name: "The Romance Retreat", price: "$520/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "The Romance Retreat with panoramic views and premium amenities"},
{
id: "3", name: "The Penthouse Escape", price: "$680/night", imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", imageAlt: "The Penthouse Escape offering ultimate luxury and exclusivity"},
]}
@@ -127,10 +127,10 @@ export default function LandingPage() {
tagIcon={Sparkles}
features={[
{
icon: Concierge,
icon: UtensilsCrossed,
title: "24/7 Concierge Service", description: "Dedicated specialists attend to your every need, from restaurant reservations to curated city experiences tailored to your preferences."},
{
icon: Spa,
icon: Shield,
title: "Wellness & Spa", description: "Indulge in premium spa treatments, aromatherapy rituals, and wellness programs designed for complete rejuvenation and restoration."},
{
icon: UtensilsCrossed,
@@ -175,21 +175,7 @@ export default function LandingPage() {
tag="Awards & Recognition"
tagIcon={Trophy}
logos={[
{
src: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", alt: "Luxury Travel Association"},
{
src: "http://img.b2bpic.net/free-vector/holiday-badges-set_23-2147490551.jpg", alt: "International Hotel Awards"},
{
src: "http://img.b2bpic.net/free-vector/geometric-hotel-logos-vintage-style_23-2147534191.jpg", alt: "Premium Destinations Network"},
{
src: "http://img.b2bpic.net/free-vector/gradient-oasis-logo-design_23-2149420752.jpg", alt: "Global Booking Alliance"},
{
src: "http://img.b2bpic.net/free-vector/luxurious-golden-logo-template_23-2148843538.jpg", alt: "Luxury Concierge Services"},
{
src: "http://img.b2bpic.net/free-photo/travel-navigation-journey-vacation-trip-paper-concept_53876-125089.jpg", alt: "Hospitality Excellence Certification"},
{
src: "http://img.b2bpic.net/free-vector/flat-design-ecotourism-labels_23-2149267732.jpg", alt: "Sustainable Luxury Initiative"},
]}
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/holiday-badges-set_23-2147490551.jpg", "http://img.b2bpic.net/free-vector/geometric-hotel-logos-vintage-style_23-2147534191.jpg", "http://img.b2bpic.net/free-vector/gradient-oasis-logo-design_23-2149420752.jpg", "http://img.b2bpic.net/free-vector/luxurious-golden-logo-template_23-2148843538.jpg", "http://img.b2bpic.net/free-photo/travel-navigation-journey-vacation-trip-paper-concept_53876-125089.jpg", "http://img.b2bpic.net/free-vector/flat-design-ecotourism-labels_23-2149267732.jpg"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}