From 8b66ef289f4221495511021645fea7d74f8b7377 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 31 Jan 2026 17:42:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13899a4..85792e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -83,11 +83,11 @@ export default function LandingPage() { id: "3", brand: "Serenity Hotels", name: "Penthouse Suite", price: "$799/night", rating: 5, reviewCount: "890", imageSrc: "https://img.b2bpic.net/free-photo/two-professionals-review-notes-laptop-creating-buisness-meeting-lounge-area-luxury-hotel-international-representatives-attend-important-conference-share-experiences_482257-68043.jpg", imageAlt: "Penthouse Suite with panoramic views" } - ] + ]} textboxLayout="default" animationType="slide-up" gridVariant="three-columns-all-equal-width" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -114,7 +114,7 @@ export default function LandingPage() { id: "4", category: ["Fitness", "Health"], title: "State-of-the-Art Fitness Center", imageSrc: "https://img.b2bpic.net/free-photo/older-people-talk-about-holiday-plans_482257-76640.jpg", imageAlt: "Modern fitness facility with equipment" } - ] + ]} textboxLayout="default" animationType="slide-up" useInvertedBackground="noInvert" @@ -146,9 +146,9 @@ export default function LandingPage() { { id: "6", name: "David Wong, Travel Photographer", date: "Date: 12 September 2024", tag: "Extended Stay Guest", title: "Photographer's paradise", quote: "The natural beauty surrounding this property and the artistic design of the interiors made it an absolute joy to photograph. Plus, the staff was wonderfully accommodating with my setup and equipment needs throughout my stay.", avatarSrc: "https://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageSrc: "https://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg" } - ] + ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -175,7 +175,7 @@ export default function LandingPage() { id: "4", icon: TrendingUp, title: "Average Rating", value: "4.9★" } - ] + ]} textboxLayout="default" animationType="slide-up" useInvertedBackground="noInvert" @@ -210,10 +210,10 @@ export default function LandingPage() { "All weekly benefits", "20% dining discount", "Complimentary spa services", "Personalized concierge", "Room upgrade options" ] } - ] + ]} textboxLayout="default" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -239,7 +239,7 @@ export default function LandingPage() { { id: "5", title: "Do you accommodate special dietary requirements?", content: "Absolutely. Our culinary team can accommodate various dietary preferences including vegetarian, vegan, gluten-free, and allergen-free meals. Please notify us during booking or at check-in." } - ] + ]} textboxLayout="default" useInvertedBackground="noInvert" imageSrc="https://img.b2bpic.net/free-photo/old-woman-filling-registration-forms-front-desk-passing-room-check-preparing-start-retirement-vacation-trip-traveller-asking-receptionist-about-all-inclusive-service-handheld-shot_482257-70827.jpg" @@ -266,8 +266,8 @@ export default function LandingPage() { { id: "3", title: "Can I modify my existing reservation?", content: "Modifications can be made online through your account or by contacting our reservations team. Changes are subject to availability and applicable rate adjustments." } - ] - useInvertedBackground="invertDefault" + ]} + useInvertedBackground="noInvert" animationType="slide-up" /> @@ -299,7 +299,7 @@ export default function LandingPage() { { label: "+1 (800) 555-7777", href: "tel:+18005557777" } ] } - ] + ]} copyrightText="© 2025 Serenity Hotels | Luxury Hospitality Worldwide" /> -- 2.49.1