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