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

This commit is contained in:
2026-02-13 17:15:10 +00:00
parent 8ab4d96788
commit d8ae45f338

View File

@@ -84,7 +84,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Webild"
brandName="Novasi"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" }
@@ -97,8 +97,8 @@ export default function ProductPage({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterCard
logoText="Webild"
copyrightText="© 2025 Webild. All rights reserved. Crafting digital excellence."
logoText="Novasi"
copyrightText="© 2025 Novasi. All rights reserved. Crafting digital excellence."
socialLinks={[
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
@@ -129,7 +129,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Webild"
brandName="Novasi"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" }
@@ -150,8 +150,8 @@ export default function ProductPage({ params }: ProductPageProps) {
</main>
<div id="footer" data-section="footer">
<FooterCard
logoText="Webild"
copyrightText="© 2025 Webild. All rights reserved. Crafting digital excellence."
logoText="Novasi"
copyrightText="© 2025 Novasi. All rights reserved. Crafting digital excellence."
socialLinks={[
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
@@ -181,7 +181,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
brandName="Webild"
brandName="Novasi"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" }
@@ -227,8 +227,8 @@ export default function ProductPage({ params }: ProductPageProps) {
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Webild"
copyrightText="© 2025 Webild. All rights reserved. Crafting digital excellence."
logoText="Novasi"
copyrightText="© 2025 Novasi. All rights reserved. Crafting digital excellence."
socialLinks={[
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },