Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 00:51:22 +00:00
parent 0cdb870ab1
commit 0dd6df422e

View File

@@ -34,7 +34,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Gorman Restoration"
brandName="Gorman Restoration & Carpentry"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
@@ -50,8 +50,8 @@ export default function ShopPage() {
</main>
<div id="footer" data-section="footer">
<FooterCard
logoText="Gorman Restoration"
copyrightText="© 2024 Gorman Restoration & Remodeling. All rights reserved."
logoText="Gorman Restoration & Carpentry"
copyrightText="© 2024 Gorman Restoration & Carpentry & Remodeling. All rights reserved."
socialLinks={[
{
icon: Facebook,
@@ -85,7 +85,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Gorman Restoration"
brandName="Gorman Restoration & Carpentry"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
@@ -109,8 +109,8 @@ export default function ShopPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Gorman Restoration"
copyrightText="© 2024 Gorman Restoration & Remodeling. All rights reserved."
logoText="Gorman Restoration & Carpentry"
copyrightText="© 2024 Gorman Restoration & Carpentry & Remodeling. All rights reserved."
socialLinks={[
{
icon: Facebook,