Update src/app/shop/[id]/page.tsx

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

View File

@@ -83,7 +83,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Proofweb"
brandName="Proof Digital"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
@@ -127,7 +127,7 @@ export default function ProductPage({ params }: ProductPageProps) {
]
}
]}
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>
@@ -152,7 +152,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Proofweb"
brandName="Proof Digital"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
@@ -204,7 +204,7 @@ export default function ProductPage({ params }: ProductPageProps) {
]
}
]}
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>
@@ -228,7 +228,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Proofweb"
brandName="Proof Digital"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
@@ -305,7 +305,7 @@ export default function ProductPage({ params }: ProductPageProps) {
]
}
]}
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>