Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 02:19:23 +00:00
parent b05a0a95ba
commit 9b394963da

View File

@@ -33,37 +33,37 @@ function ShopPageContent() {
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Metal Roofing","id":"metal-roofing"},
{"name":"Services","id":"services"},
{"name":"Projects","id":"projects"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
]}
brandName="Martinez Metal Roofing"
bottomLeftText="Standing Seam Specialists"
bottomRightText="joseph@martinez-roofing.com"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
<NavbarStyleFullscreen
navItems={[
{ "name": "Home", "id": "/" },
{ "name": "Metal Roofing", "id": "metal-roofing" },
{ "name": "Services", "id": "services" },
{ "name": "Projects", "id": "projects" },
{ "name": "Contact", "id": "contact" },
{ "name": "Shop", "id": "/shop" }
]}
brandName="Martinez Metal Roofing"
bottomLeftText="Standing Seam Specialists"
bottomRightText="joseph@martinez-roofing.com"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
<p className="text-foreground">Loading products...</p>
</main>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13840.jpg?_wi=6"
imageAlt="Metal roofing texture and detail"
logoText="Martinez Metal Roofing & Construction"
copyrightText="© 2025 Martinez Metal Roofing & Construction. All rights reserved."
columns={[
{"title":"Services","items":[{"label":"Standing Seam Roofing","href":"/metal-roofing"},{"label":"Repairs & Replacement","href":"/metal-roofing"},{"label":"Construction Projects","href":"/metal-roofing"},{"label":"Get an Estimate","href":"/contact"}]},
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Recent Projects","href":"/projects"},{"label":"Customer Reviews","href":"#testimonials"},{"label":"Contact Us","href":"/contact"}]},
{"title":"Contact","items":[{"label":"Call / Text Joseph","href":"tel:+1-555-0123"},{"label":"Email","href":"mailto:joseph@martinez-roofing.com"},{"label":"Service Area","href":"#"},{"label":"Get a Free Estimate","href":"/contact"}]}
]
ariaLabel="Site footer with navigation and contact information"
/>
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13840.jpg"
imageAlt="Metal roofing texture and detail"
logoText="Martinez Metal Roofing & Construction"
copyrightText="© 2025 Martinez Metal Roofing & Construction. All rights reserved."
columns={[
{ "title": "Services", "items": [{ "label": "Standing Seam Roofing", "href": "/metal-roofing" }, { "label": "Repairs & Replacement", "href": "/metal-roofing" }, { "label": "Construction Projects", "href": "/metal-roofing" }, { "label": "Get an Estimate", "href": "/contact" }] },
{ "title": "Company", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Recent Projects", "href": "/projects" }, { "label": "Customer Reviews", "href": "#testimonials" }, { "label": "Contact Us", "href": "/contact" }] },
{ "title": "Contact", "items": [{ "label": "Call / Text Joseph", "href": "tel:+1-555-0123" }, { "label": "Email", "href": "mailto:joseph@martinez-roofing.com" }, { "label": "Service Area", "href": "#" }, { "label": "Get a Free Estimate", "href": "/contact" }] }
]}
ariaLabel="Site footer with navigation and contact information"
/>
</div>
</ReactLenis>
</ThemeProvider>
@@ -85,45 +85,45 @@ function ShopPageContent() {
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[
{"name":"Home","id":"/"},
{"name":"Metal Roofing","id":"metal-roofing"},
{"name":"Services","id":"services"},
{"name":"Projects","id":"projects"},
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
]}
brandName="Martinez Metal Roofing"
bottomLeftText="Standing Seam Specialists"
bottomRightText="joseph@martinez-roofing.com"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
<NavbarStyleFullscreen
navItems={[
{ "name": "Home", "id": "/" },
{ "name": "Metal Roofing", "id": "metal-roofing" },
{ "name": "Services", "id": "services" },
{ "name": "Projects", "id": "projects" },
{ "name": "Contact", "id": "contact" },
{ "name": "Shop", "id": "/shop" }
]}
brandName="Martinez Metal Roofing"
bottomLeftText="Standing Seam Specialists"
bottomRightText="joseph@martinez-roofing.com"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<div id="productCatalog" data-section="productCatalog">
<ProductCatalog
layout="page"
products={products}
searchValue={search}
onSearchChange={setSearch}
searchPlaceholder="Search products..."
filters={filters}
emptyMessage="No products found"
/>
<ProductCatalog
layout="page"
products={products}
searchValue={search}
onSearchChange={setSearch}
searchPlaceholder="Search products..."
filters={filters}
emptyMessage="No products found"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13840.jpg?_wi=7"
imageAlt="Metal roofing texture and detail"
logoText="Martinez Metal Roofing & Construction"
copyrightText="© 2025 Martinez Metal Roofing & Construction. All rights reserved."
columns={[
{"title":"Services","items":[{"label":"Standing Seam Roofing","href":"/metal-roofing"},{"label":"Repairs & Replacement","href":"/metal-roofing"},{"label":"Construction Projects","href":"/metal-roofing"},{"label":"Get an Estimate","href":"/contact"}]},
{"title":"Company","items":[{"label":"About Us","href":"#about"},{"label":"Recent Projects","href":"/projects"},{"label":"Customer Reviews","href":"#testimonials"},{"label":"Contact Us","href":"/contact"}]},
{"title":"Contact","items":[{"label":"Call / Text Joseph","href":"tel:+1-555-0123"},{"label":"Email","href":"mailto:joseph@martinez-roofing.com"},{"label":"Service Area","href":"#"},{"label":"Get a Free Estimate","href":"/contact"}]}
]
ariaLabel="Site footer with navigation and contact information"
/>
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13840.jpg"
imageAlt="Metal roofing texture and detail"
logoText="Martinez Metal Roofing & Construction"
copyrightText="© 2025 Martinez Metal Roofing & Construction. All rights reserved."
columns={[
{ "title": "Services", "items": [{ "label": "Standing Seam Roofing", "href": "/metal-roofing" }, { "label": "Repairs & Replacement", "href": "/metal-roofing" }, { "label": "Construction Projects", "href": "/metal-roofing" }, { "label": "Get an Estimate", "href": "/contact" }] },
{ "title": "Company", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Recent Projects", "href": "/projects" }, { "label": "Customer Reviews", "href": "#testimonials" }, { "label": "Contact Us", "href": "/contact" }] },
{ "title": "Contact", "items": [{ "label": "Call / Text Joseph", "href": "tel:+1-555-0123" }, { "label": "Email", "href": "mailto:joseph@martinez-roofing.com" }, { "label": "Service Area", "href": "#" }, { "label": "Get a Free Estimate", "href": "/contact" }] }
]}
ariaLabel="Site footer with navigation and contact information"
/>
</div>
</ReactLenis>
</ThemeProvider>