Update src/app/shop/page.tsx

This commit is contained in:
2026-02-22 00:53:43 +00:00
parent 75edc0c936
commit d10e0b24a5

View File

@@ -44,7 +44,7 @@ function ShopPageContent() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
@@ -55,7 +55,7 @@ function ShopPageContent() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="Josiah & Sons"
@@ -104,7 +104,10 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[{ "items": [{ "label": "Home", "href": "#hero" }, { "label": "Services", "href": "#services" }, { "label": "About Us", "href": "#about" }] }, { "items": [{ "label": "Testimonials", "href": "#testimonials" }, { "label": "Contact", "href": "#contact" }, { "label": "Privacy Policy", "href": "/privacy" }, { "label": "Terms of Service", "href": "/terms" }] }]}
columns={[
{ items: [{ label: "Home", href: "/#hero" }, { label: "Services", href: "/#services" }, { label: "About Us", href: "/#about" }] },
{ items: [{ label: "Testimonials", href: "/#testimonials" }, { label: "Contact", href: "/#contact" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
]}
logoText="Josiah & Sons Plumbers"
ariaLabel="Site footer with navigation and company information."
className="bg-background-accent text-foreground py-12 md:py-16"