Update src/app/shop/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user