From 32c1c4a8a64e7a16cdd1bf3eb88602f996eb753c Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 08:55:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 83 +++++++++++------------------------------------- 1 file changed, 18 insertions(+), 65 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c1c2b7..d138aad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,11 +1,11 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen'; -import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { MapPin } from "lucide-react"; @@ -28,8 +28,7 @@ export default function LandingPage() { -
- + -
- -
- @@ -202,7 +155,7 @@ export default function LandingPage() { title: "Hotel", items: [ { label: "About Us", href: "about" }, - { label: "Rooms & Suites", href: "#" }, + { label: "Rooms & Suites", href: "rooms" }, { label: "Dining", href: "#" }, { label: "Wellness", href: "#" } ]