Update src/app/shop/page.tsx
This commit is contained in:
@@ -36,13 +36,13 @@ function ShopPageContent() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Collections", id: "collections" },
|
{ name: "Collections", id: "/#collections" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "/#faq" },
|
||||||
{ name: "Shop", id: "/shop" },
|
{ name: "Shop", id: "/shop" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Contact Us", href: "contact" }}
|
button={{ text: "Contact Us", href: "/#contact" }}
|
||||||
brandName="Klar"
|
brandName="Klar"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -54,9 +54,9 @@ function ShopPageContent() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Studio", items: [{ label: "About Us", href: "about" }, { label: "Our Team", href: "team" }, { label: "Careers", href: "#" }] },
|
{ title: "Studio", items: [{ label: "About Us", href: "/#about" }, { label: "Our Team", href: "/#team" }, { label: "Careers", href: "#" }] },
|
||||||
{ title: "Collections", items: [{ label: "Bouquets", href: "collections" }, { label: "Weddings", href: "#" }, { label: "Events", href: "#" }] },
|
{ title: "Collections", items: [{ label: "Bouquets", href: "/#collections" }, { label: "Weddings", href: "#" }, { label: "Events", href: "#" }] },
|
||||||
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", href: "#" }] }
|
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }, { label: "Privacy Policy", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Klar Flowers Studio. All rights reserved."
|
copyrightText="© 2024 Klar Flowers Studio. All rights reserved."
|
||||||
/>
|
/>
|
||||||
@@ -84,13 +84,13 @@ function ShopPageContent() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Collections", id: "collections" },
|
{ name: "Collections", id: "/#collections" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "/#faq" },
|
||||||
{ name: "Shop", id: "/shop" },
|
{ name: "Shop", id: "/shop" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Contact Us", href: "contact" }}
|
button={{ text: "Contact Us", href: "/#contact" }}
|
||||||
brandName="Klar"
|
brandName="Klar"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -108,9 +108,9 @@ function ShopPageContent() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Studio", items: [{ label: "About Us", href: "about" }, { label: "Our Team", href: "team" }, { label: "Careers", href: "#" }] },
|
{ title: "Studio", items: [{ label: "About Us", href: "/#about" }, { label: "Our Team", href: "/#team" }, { label: "Careers", href: "#" }] },
|
||||||
{ title: "Collections", items: [{ label: "Bouquets", href: "collections" }, { label: "Weddings", href: "#" }, { label: "Events", href: "#" }] },
|
{ title: "Collections", items: [{ label: "Bouquets", href: "/#collections" }, { label: "Weddings", href: "#" }, { label: "Events", href: "#" }] },
|
||||||
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", href: "#" }] }
|
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }, { label: "Privacy Policy", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Klar Flowers Studio. All rights reserved."
|
copyrightText="© 2024 Klar Flowers Studio. All rights reserved."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user