Update src/app/shop/page.tsx

This commit is contained in:
2026-02-23 11:05:47 +00:00
parent 72f2d4cb18
commit 5793e5ffd4

View File

@@ -36,13 +36,13 @@ function ShopPageContent() {
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "Collections", id: "collections" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Collections", id: "/#collections" },
{ name: "About", id: "/#about" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Contact Us", href: "contact" }}
button={{ text: "Contact Us", href: "/#contact" }}
brandName="Klar"
/>
</div>
@@ -54,9 +54,9 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ 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: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", 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: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }, { label: "Privacy Policy", href: "#" }] }
]}
copyrightText="© 2024 Klar Flowers Studio. All rights reserved."
/>
@@ -84,13 +84,13 @@ function ShopPageContent() {
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "Collections", id: "collections" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Collections", id: "/#collections" },
{ name: "About", id: "/#about" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Contact Us", href: "contact" }}
button={{ text: "Contact Us", href: "/#contact" }}
brandName="Klar"
/>
</div>
@@ -108,9 +108,9 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{ 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: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", 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: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }, { label: "Privacy Policy", href: "#" }] }
]}
copyrightText="© 2024 Klar Flowers Studio. All rights reserved."
/>