Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-18 14:19:18 +00:00
2 changed files with 195 additions and 55 deletions

View File

@@ -84,12 +84,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Rooms","id":"product"},
{"name":"About","id":"about"},
{"name":"Reviews","id":"testimonial"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{ name: "Home", id: "/" },
{ name: "Rooms", id: "product" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonial" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Luxury Hotel"
bottomLeftText="Premium Accommodations"
@@ -104,11 +104,39 @@ export default function ProductPage({ params }: ProductPageProps) {
<FooterLogoEmphasis
logoText="Luxury Hotel"
columns={[
{"items":[{"label":"Home","href":"/"},{"label":"Rooms","href":"#product"},{"label":"About","href":"#about"},{"label":"Reviews","href":"#testimonial"}]},
{"items":[{"label":"Amenities","href":"#features"},{"label":"Special Offers","href":"#pricing"},{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"}]},
{"items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms & Conditions","href":"#"},{"label":"Booking Terms","href":"#"},{"label":"Accessibility","href":"#"}]},
{"items":[{"label":"Facebook","href":"https://facebook.com"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"LinkedIn","href":"https://linkedin.com"}]}
]
{
items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "#product" },
{ label: "About", href: "#about" },
{ label: "Reviews", href: "#testimonial" }
]
},
{
items: [
{ label: "Amenities", href: "#features" },
{ label: "Special Offers", href: "#pricing" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Booking Terms", href: "#" },
{ label: "Accessibility", href: "#" }
]
},
{
items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" }
]
}
]}
ariaLabel="Site footer"
/>
</div>
@@ -135,12 +163,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Rooms","id":"product"},
{"name":"About","id":"about"},
{"name":"Reviews","id":"testimonial"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{ name: "Home", id: "/" },
{ name: "Rooms", id: "product" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonial" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Luxury Hotel"
bottomLeftText="Premium Accommodations"
@@ -163,11 +191,39 @@ export default function ProductPage({ params }: ProductPageProps) {
<FooterLogoEmphasis
logoText="Luxury Hotel"
columns={[
{"items":[{"label":"Home","href":"/"},{"label":"Rooms","href":"#product"},{"label":"About","href":"#about"},{"label":"Reviews","href":"#testimonial"}]},
{"items":[{"label":"Amenities","href":"#features"},{"label":"Special Offers","href":"#pricing"},{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"}]},
{"items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms & Conditions","href":"#"},{"label":"Booking Terms","href":"#"},{"label":"Accessibility","href":"#"}]},
{"items":[{"label":"Facebook","href":"https://facebook.com"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"LinkedIn","href":"https://linkedin.com"}]}
]
{
items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "#product" },
{ label: "About", href: "#about" },
{ label: "Reviews", href: "#testimonial" }
]
},
{
items: [
{ label: "Amenities", href: "#features" },
{ label: "Special Offers", href: "#pricing" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Booking Terms", href: "#" },
{ label: "Accessibility", href: "#" }
]
},
{
items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" }
]
}
]}
ariaLabel="Site footer"
/>
</div>
@@ -193,12 +249,12 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Rooms","id":"product"},
{"name":"About","id":"about"},
{"name":"Reviews","id":"testimonial"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{ name: "Home", id: "/" },
{ name: "Rooms", id: "product" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonial" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Luxury Hotel"
bottomLeftText="Premium Accommodations"
@@ -246,11 +302,39 @@ export default function ProductPage({ params }: ProductPageProps) {
<FooterLogoEmphasis
logoText="Luxury Hotel"
columns={[
{"items":[{"label":"Home","href":"/"},{"label":"Rooms","href":"#product"},{"label":"About","href":"#about"},{"label":"Reviews","href":"#testimonial"}]},
{"items":[{"label":"Amenities","href":"#features"},{"label":"Special Offers","href":"#pricing"},{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"}]},
{"items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms & Conditions","href":"#"},{"label":"Booking Terms","href":"#"},{"label":"Accessibility","href":"#"}]},
{"items":[{"label":"Facebook","href":"https://facebook.com"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"LinkedIn","href":"https://linkedin.com"}]}
]
{
items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "#product" },
{ label: "About", href: "#about" },
{ label: "Reviews", href: "#testimonial" }
]
},
{
items: [
{ label: "Amenities", href: "#features" },
{ label: "Special Offers", href: "#pricing" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Booking Terms", href: "#" },
{ label: "Accessibility", href: "#" }
]
},
{
items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" }
]
}
]}
ariaLabel="Site footer"
/>
</div>

View File

@@ -37,12 +37,12 @@ export default function ShopPage() {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Rooms","id":"product"},
{"name":"About","id":"about"},
{"name":"Reviews","id":"testimonial"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{ name: "Home", id: "/" },
{ name: "Rooms", id: "product" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonial" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Luxury Hotel"
bottomLeftText="Premium Accommodations"
@@ -57,11 +57,39 @@ export default function ShopPage() {
<FooterLogoEmphasis
logoText="Luxury Hotel"
columns={[
{"items":[{"label":"Home","href":"/"},{"label":"Rooms","href":"#product"},{"label":"About","href":"#about"},{"label":"Reviews","href":"#testimonial"}]},
{"items":[{"label":"Amenities","href":"#features"},{"label":"Special Offers","href":"#pricing"},{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"}]},
{"items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms & Conditions","href":"#"},{"label":"Booking Terms","href":"#"},{"label":"Accessibility","href":"#"}]},
{"items":[{"label":"Facebook","href":"https://facebook.com"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"LinkedIn","href":"https://linkedin.com"}]}
]
{
items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "#product" },
{ label: "About", href: "#about" },
{ label: "Reviews", href: "#testimonial" }
]
},
{
items: [
{ label: "Amenities", href: "#features" },
{ label: "Special Offers", href: "#pricing" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Booking Terms", href: "#" },
{ label: "Accessibility", href: "#" }
]
},
{
items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" }
]
}
]}
ariaLabel="Site footer"
/>
</div>
@@ -87,12 +115,12 @@ export default function ShopPage() {
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Rooms","id":"product"},
{"name":"About","id":"about"},
{"name":"Reviews","id":"testimonial"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
{ name: "Home", id: "/" },
{ name: "Rooms", id: "product" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonial" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
]}
brandName="Luxury Hotel"
bottomLeftText="Premium Accommodations"
@@ -115,11 +143,39 @@ export default function ShopPage() {
<FooterLogoEmphasis
logoText="Luxury Hotel"
columns={[
{"items":[{"label":"Home","href":"/"},{"label":"Rooms","href":"#product"},{"label":"About","href":"#about"},{"label":"Reviews","href":"#testimonial"}]},
{"items":[{"label":"Amenities","href":"#features"},{"label":"Special Offers","href":"#pricing"},{"label":"FAQ","href":"#faq"},{"label":"Contact","href":"#contact"}]},
{"items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms & Conditions","href":"#"},{"label":"Booking Terms","href":"#"},{"label":"Accessibility","href":"#"}]},
{"items":[{"label":"Facebook","href":"https://facebook.com"},{"label":"Instagram","href":"https://instagram.com"},{"label":"Twitter","href":"https://twitter.com"},{"label":"LinkedIn","href":"https://linkedin.com"}]}
]
{
items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "#product" },
{ label: "About", href: "#about" },
{ label: "Reviews", href: "#testimonial" }
]
},
{
items: [
{ label: "Amenities", href: "#features" },
{ label: "Special Offers", href: "#pricing" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Booking Terms", href: "#" },
{ label: "Accessibility", href: "#" }
]
},
{
items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" }
]
}
]}
ariaLabel="Site footer"
/>
</div>