diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index ab0c0a5..eb0e7ab 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -1,19 +1,14 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Heart, Phone } from "lucide-react"; +import { Heart } from "lucide-react"; export default function RoomsPage() { - const handlePhoneCall = () => { - window.location.href = "tel:801-373-7044"; - }; - return ( - {/* All Rooms Section */} -
+ {/* Hero Section */} +
+ +
+ + {/* Rooms Section */} +
- {/* Room Features Section */} -
- -
- - {/* Booking CTA Section */} -
+ {/* Contact CTA Section */} +