Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-04-03 13:25:04 +00:00
2 changed files with 21 additions and 156 deletions

View File

@@ -11,8 +11,8 @@ import { Figtree } from "next/font/google";
export const metadata: Metadata = {
title: 'RSDdison Hotel | Luxury Forest Retreat',
description: 'Experience luxury like never before at RSDdison Hotel. Your eternal forest escape.',
title: 'Rooms | RSDdison Hotel',
description: 'Explore our exquisite suites and room rates at RSDdison Hotel.',
openGraph: {
"title": "RSDdison Hotel",
"siteName": "RSDdison Hotel",

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
export default function LandingPage() {
export default function RoomsPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Rooms",
id: "/rooms",
},
{
name: "Dining",
id: "/dining",
},
{
name: "Amenities",
id: "/amenities",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Rooms", id: "/rooms" },
{ name: "Dining", id: "/dining" },
{ name: "Amenities", id: "/amenities" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
brandName="RSDdison Hotel"
/>
@@ -61,54 +43,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Presidential Forest Suite",
price: "$899/night",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890396.jpg",
brand: "RSDdison",
},
{
id: "p2",
name: "Executive Garden Room",
price: "$599/night",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-sitting-lounge-area-waiting-room-check-before-meeting-with-international-company-shareholders-professional-businessman-travelling-work-hotel-accommodation_482257-72885.jpg",
brand: "RSDdison",
},
{
id: "p3",
name: "Premium Canopy Suite",
price: "$699/night",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497275.jpg",
brand: "RSDdison",
},
{
id: "p4",
name: "Deluxe Serenity Room",
price: "$450/night",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg",
brand: "RSDdison",
},
{
id: "p5",
name: "Junior Harmony Suite",
price: "$399/night",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg",
brand: "RSDdison",
},
{
id: "p6",
name: "Classic Forest View",
price: "$299/night",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg",
brand: "RSDdison",
},
{ id: "p1", name: "Presidential Forest Suite", price: "$899/night", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890396.jpg", brand: "RSDdison" },
{ id: "p2", name: "Executive Garden Room", price: "$599/night", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-sitting-lounge-area-waiting-room-check-before-meeting-with-international-company-shareholders-professional-businessman-travelling-work-hotel-accommodation_482257-72885.jpg", brand: "RSDdison" },
{ id: "p3", name: "Premium Canopy Suite", price: "$699/night", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497275.jpg", brand: "RSDdison" },
{ id: "p4", name: "Deluxe Serenity Room", price: "$450/night", rating: 5, reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg", brand: "RSDdison" },
{ id: "p5", name: "Junior Harmony Suite", price: "$399/night", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", brand: "RSDdison" },
{ id: "p6", name: "Classic Forest View", price: "$299/night", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg", brand: "RSDdison" },
]}
title="Exquisite Suites"
description="Choose your perfect sanctuary."
@@ -123,39 +63,8 @@ export default function LandingPage() {
title="Room Rates"
description="View our flexible pricing options."
plans={[
{
id: "pr1",
badge: "Classic",
price: "$250",
subtitle: "Standard rate",
buttons: [
{
text: "View",
href: "#",
},
],
features: [
"WiFi",
"Breakfast",
],
},
{
id: "pr2",
badge: "Premium",
price: "$450",
subtitle: "Deluxe rate",
buttons: [
{
text: "View",
href: "#",
},
],
features: [
"WiFi",
"Breakfast",
"Spa access",
],
},
{ id: "pr1", badge: "Classic", price: "$250", subtitle: "Standard rate", buttons: [{ text: "View", href: "#" }], features: ["WiFi", "Breakfast"] },
{ id: "pr2", badge: "Premium", price: "$450", subtitle: "Deluxe rate", buttons: [{ text: "View", href: "#" }], features: ["WiFi", "Breakfast", "Spa access"] },
]}
/>
</div>
@@ -164,57 +73,13 @@ export default function LandingPage() {
<FooterBaseCard
logoText="RSDdison Hotel"
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "/",
},
{
label: "Rooms",
href: "/rooms",
},
{
label: "Dining",
href: "/dining",
},
],
},
{
title: "Experience",
items: [
{
label: "Amenities",
href: "/amenities",
},
{
label: "Gallery",
href: "/gallery",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Rooms", href: "/rooms" }, { label: "Dining", href: "/dining" }] },
{ title: "Experience", items: [{ label: "Amenities", href: "/amenities" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}