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: "#" } ]