Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -89,14 +89,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
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: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="loading-section" data-section="loading-section">
|
||||
@@ -107,9 +106,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<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."
|
||||
@@ -137,14 +136,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
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: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="not-found-section" data-section="not-found-section">
|
||||
@@ -163,9 +161,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<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."
|
||||
@@ -192,14 +190,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
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: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="product-detail-card" data-section="product-detail-card">
|
||||
@@ -241,9 +238,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<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