Merge version_1 into main #2
@@ -32,14 +32,13 @@ function ShopPageContent() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="The Grand Hotel"
|
||||
bottomLeftText="Your Luxurious Escape"
|
||||
bottomRightText="reservations@grandhotel.com"
|
||||
topBarClassName="h-20"
|
||||
button={{ text: "Cart", onClick: () => {} }}
|
||||
/>
|
||||
</div>
|
||||
<div id="loading-section" data-section="loading-section">
|
||||
@@ -50,9 +49,9 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Explore","items":[{"label":"Rooms & Suites","href":"#rooms"},{"label":"Amenities","href":"#features"},{"label":"Gallery","href":"#hero"}]},
|
||||
{"title":"Services","items":[{"label":"Dining","href":"#hero"},{"label":"Spa","href":"#features"},{"label":"Events"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Careers"},{"label":"Press"}]},
|
||||
{"title":"Explore","items":[{"label":"Rooms & Suites","href":"/#rooms"},{"label":"Amenities","href":"/#features"},{"label":"Gallery","href":"/#hero"}]},
|
||||
{"title":"Services","items":[{"label":"Dining","href":"/#hero"},{"label":"Spa","href":"/#features"},{"label":"Events"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"/#about"},{"label":"Careers"},{"label":"Press"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy"},{"label":"Terms of Service"}]}
|
||||
]}
|
||||
bottomLeftText="© 2024 The Grand Hotel. All rights reserved."
|
||||
@@ -79,14 +78,13 @@ function ShopPageContent() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="The Grand Hotel"
|
||||
bottomLeftText="Your Luxurious Escape"
|
||||
bottomRightText="reservations@grandhotel.com"
|
||||
topBarClassName="h-20"
|
||||
button={{ text: "Cart", onClick: () => {} }}
|
||||
/>
|
||||
</div>
|
||||
<div id="product-catalog" data-section="product-catalog">
|
||||
@@ -103,9 +101,9 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{"title":"Explore","items":[{"label":"Rooms & Suites","href":"#rooms"},{"label":"Amenities","href":"#features"},{"label":"Gallery","href":"#hero"}]},
|
||||
{"title":"Services","items":[{"label":"Dining","href":"#hero"},{"label":"Spa","href":"#features"},{"label":"Events"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Careers"},{"label":"Press"}]},
|
||||
{"title":"Explore","items":[{"label":"Rooms & Suites","href":"/#rooms"},{"label":"Amenities","href":"/#features"},{"label":"Gallery","href":"/#hero"}]},
|
||||
{"title":"Services","items":[{"label":"Dining","href":"/#hero"},{"label":"Spa","href":"/#features"},{"label":"Events"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"/#about"},{"label":"Careers"},{"label":"Press"}]},
|
||||
{"title":"Legal","items":[{"label":"Privacy Policy"},{"label":"Terms of Service"}]}
|
||||
]}
|
||||
bottomLeftText="© 2024 The Grand Hotel. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user