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 ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur" defaultTextAnimation="entrance-slide"
borderRadius="pill" borderRadius="pill"
contentWidth="small" contentWidth="small"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
@@ -55,7 +55,7 @@ function ShopPageContent() {
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]} navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="Josiah & Sons" brandName="Josiah & Sons"
@@ -104,7 +104,10 @@ function ShopPageContent() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <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" logoText="Josiah & Sons Plumbers"
ariaLabel="Site footer with navigation and company information." ariaLabel="Site footer with navigation and company information."
className="bg-background-accent text-foreground py-12 md:py-16" className="bg-background-accent text-foreground py-12 md:py-16"