Update src/app/shop/page.tsx

This commit is contained in:
2026-02-18 22:49:08 +00:00
parent 9f1561af6a
commit a42d641fd8

View File

@@ -33,7 +33,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Proofweb"
brandName="Proof Digital"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
@@ -77,7 +77,7 @@ export default function ShopPage() {
]
}
]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence."
copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/>
</div>
</ReactLenis>
@@ -101,7 +101,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Proofweb"
brandName="Proof Digital"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
@@ -153,7 +153,7 @@ export default function ShopPage() {
]
}
]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence."
copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/>
</div>
</ReactLenis>