From 2323fb3b49702da8e5d89248fb4af49bea85c933 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:54 +0000 Subject: [PATCH 01/32] Update registry/components/NavbarLayoutFloatingInline.json --- registry/components/NavbarLayoutFloatingInline.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarLayoutFloatingInline.json b/registry/components/NavbarLayoutFloatingInline.json index 52bd1d2..0cd4cc1 100644 --- a/registry/components/NavbarLayoutFloatingInline.json +++ b/registry/components/NavbarLayoutFloatingInline.json @@ -9,7 +9,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Proofweb", + "example": "Proof Digital", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -51,7 +51,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Proofweb')", + "brandName?": "string (default: 'Proof Digital')", "button": "{text: string, onClick?: () => void, href?: string}", "className?": "string (default: '')" }, -- 2.49.1 From 88365ec1b13a54c2ea034d3677ad9bf961fccc4b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:55 +0000 Subject: [PATCH 02/32] Update registry/components/NavbarLayoutFloatingOverlay.json --- registry/components/NavbarLayoutFloatingOverlay.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarLayoutFloatingOverlay.json b/registry/components/NavbarLayoutFloatingOverlay.json index 116d000..8677d0d 100644 --- a/registry/components/NavbarLayoutFloatingOverlay.json +++ b/registry/components/NavbarLayoutFloatingOverlay.json @@ -9,7 +9,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Proofweb", + "example": "Proof Digital", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -52,7 +52,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "className?": "string", - "brandName?": "string (default: 'Proofweb')", + "brandName?": "string (default: 'Proof Digital')", "button": "{text: string, onClick?: () => void, href?: string}" }, "usageExample": "", -- 2.49.1 From fe59c1d318ba3ca4ca205d3bff7a08984a423fe2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:56 +0000 Subject: [PATCH 03/32] Update registry/components/NavbarStyleApple.json --- registry/components/NavbarStyleApple.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleApple.json b/registry/components/NavbarStyleApple.json index 8de5b76..1a7f4af 100644 --- a/registry/components/NavbarStyleApple.json +++ b/registry/components/NavbarStyleApple.json @@ -9,7 +9,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Proofweb", + "example": "Proof Digital", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -34,7 +34,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Proofweb')" + "brandName?": "string (default: 'Proof Digital')" }, "usageExample": "", "do": [ -- 2.49.1 From 42f35983bfbdc0272f8e9f7aac49aaae34840f70 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:56 +0000 Subject: [PATCH 04/32] Update registry/components/NavbarStyleCentered.json --- registry/components/NavbarStyleCentered.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleCentered.json b/registry/components/NavbarStyleCentered.json index 3a4725c..7e09b41 100644 --- a/registry/components/NavbarStyleCentered.json +++ b/registry/components/NavbarStyleCentered.json @@ -9,7 +9,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Proofweb", + "example": "Proof Digital", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -52,7 +52,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "button": "{text: string, onClick?: () => void, href?: string}", - "brandName?": "string (default: 'Proofweb')", + "brandName?": "string (default: 'Proof Digital')", "className?": "string (default: '')" }, "usageExample": "", -- 2.49.1 From 8046cbc26d5488ade17567ac351926dff84229b5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:57 +0000 Subject: [PATCH 05/32] Update registry/components/NavbarStyleFullscreen.json --- registry/components/NavbarStyleFullscreen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleFullscreen.json b/registry/components/NavbarStyleFullscreen.json index 75650b3..a647778 100644 --- a/registry/components/NavbarStyleFullscreen.json +++ b/registry/components/NavbarStyleFullscreen.json @@ -9,7 +9,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Proofweb", + "example": "Proof Digital", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -48,7 +48,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Proofweb')", + "brandName?": "string (default: 'Proof Digital')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')" }, -- 2.49.1 From 9c179a4b52c962e7ef4c4f8c59c72eea1850f196 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:58 +0000 Subject: [PATCH 06/32] Update registry/schemas/FooterBase.schema.json --- registry/schemas/FooterBase.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterBase.schema.json b/registry/schemas/FooterBase.schema.json index f562b04..3e2fb2a 100644 --- a/registry/schemas/FooterBase.schema.json +++ b/registry/schemas/FooterBase.schema.json @@ -2,8 +2,8 @@ "name": "FooterBase", "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "logoText?": "string (default: 'Proofweb')", - "copyrightText?": "string (default: '© 2025 | Proofweb')", + "logoText?": "string (default: 'Proof Digital')", + "copyrightText?": "string (default: '© 2025 | Proof Digital')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 077eda0dbcc14bba69005fb1160031c1e01bd227 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:58 +0000 Subject: [PATCH 07/32] Update registry/schemas/FooterBaseCard.schema.json --- registry/schemas/FooterBaseCard.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterBaseCard.schema.json b/registry/schemas/FooterBaseCard.schema.json index 874a78e..f6d1880 100644 --- a/registry/schemas/FooterBaseCard.schema.json +++ b/registry/schemas/FooterBaseCard.schema.json @@ -1,9 +1,9 @@ { "name": "FooterBaseCard", "propsSchema": { - "logoText?": "string (default: 'Proofweb')", + "logoText?": "string (default: 'Proof Digital')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "copyrightText?": "string (default: '© 2025 | Proofweb')", + "copyrightText?": "string (default: '© 2025 | Proof Digital')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 212ab7e03ba95cf7929d804d5adb09d9ced0b24e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:59 +0000 Subject: [PATCH 08/32] Update registry/schemas/FooterCard.schema.json --- registry/schemas/FooterCard.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterCard.schema.json b/registry/schemas/FooterCard.schema.json index bc598e1..887c7b9 100644 --- a/registry/schemas/FooterCard.schema.json +++ b/registry/schemas/FooterCard.schema.json @@ -1,8 +1,8 @@ { "name": "FooterCard", "propsSchema": { - "logoText?": "string (default: 'Proofweb')", - "copyrightText?": "string (default: '© 2025 | Proofweb')", + "logoText?": "string (default: 'Proof Digital')", + "copyrightText?": "string (default: '© 2025 | Proof Digital')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From c8e48e5f3afb8ac35ad8d9651ae2811dae9f626a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:48:59 +0000 Subject: [PATCH 09/32] Update registry/schemas/FooterLogoEmphasis.schema.json --- registry/schemas/FooterLogoEmphasis.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/FooterLogoEmphasis.schema.json b/registry/schemas/FooterLogoEmphasis.schema.json index 6597e33..80b0e31 100644 --- a/registry/schemas/FooterLogoEmphasis.schema.json +++ b/registry/schemas/FooterLogoEmphasis.schema.json @@ -2,7 +2,7 @@ "name": "FooterLogoEmphasis", "propsSchema": { "columns": "Array<{ items: Array<{ label: string, href?: string, onClick?: () => void }> }> - Footer navigation columns (required, max 5)", - "logoText?": "string (default: 'Proofweb')", + "logoText?": "string (default: 'Proof Digital')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", "containerClassName?": "string", -- 2.49.1 From 957147864b8ab7a5d9efc46752db536a54bc9923 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:00 +0000 Subject: [PATCH 10/32] Update registry/schemas/FooterLogoReveal.schema.json --- registry/schemas/FooterLogoReveal.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/FooterLogoReveal.schema.json b/registry/schemas/FooterLogoReveal.schema.json index fed36e9..6b91df6 100644 --- a/registry/schemas/FooterLogoReveal.schema.json +++ b/registry/schemas/FooterLogoReveal.schema.json @@ -1,7 +1,7 @@ { "name": "FooterLogoReveal", "propsSchema": { - "logoText?": "string (default: 'Proofweb')", + "logoText?": "string (default: 'Proof Digital')", "logoLineHeight?": "number (default: 1.1)", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From c4ce1792d2a6a769f33aa5b7a772bb75a489c2f5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:01 +0000 Subject: [PATCH 11/32] Update registry/schemas/FooterMedia.schema.json --- registry/schemas/FooterMedia.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterMedia.schema.json b/registry/schemas/FooterMedia.schema.json index 31b9d11..090f3e7 100644 --- a/registry/schemas/FooterMedia.schema.json +++ b/registry/schemas/FooterMedia.schema.json @@ -6,8 +6,8 @@ "videoSrc": "string (required if no imageSrc)", "videoAriaLabel?": "string (default: 'Footer video')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "logoText?": "string (default: 'Proofweb')", - "copyrightText?": "string (default: '© 2025 | Proofweb')", + "logoText?": "string (default: 'Proof Digital')", + "copyrightText?": "string (default: '© 2025 | Proof Digital')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From b3012d1710b5533b55679ffaa9ecbc08ad891c65 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:01 +0000 Subject: [PATCH 12/32] Update registry/schemas/NavbarLayoutFloatingInline.schema.json --- registry/schemas/NavbarLayoutFloatingInline.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarLayoutFloatingInline.schema.json b/registry/schemas/NavbarLayoutFloatingInline.schema.json index d06acd3..5c4bb0d 100644 --- a/registry/schemas/NavbarLayoutFloatingInline.schema.json +++ b/registry/schemas/NavbarLayoutFloatingInline.schema.json @@ -2,7 +2,7 @@ "name": "NavbarLayoutFloatingInline", "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Proofweb')", + "brandName?": "string (default: 'Proof Digital')", "button": "{text: string, onClick?: () => void, href?: string}", "className?": "string (default: '')", "navItemClassName?": "string (default: '')", -- 2.49.1 From dd6c5480d0969deaeb4a4eca213285b0e9dbe804 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:02 +0000 Subject: [PATCH 13/32] Update registry/schemas/NavbarLayoutFloatingOverlay.schema.json --- registry/schemas/NavbarLayoutFloatingOverlay.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarLayoutFloatingOverlay.schema.json b/registry/schemas/NavbarLayoutFloatingOverlay.schema.json index e5b2b3d..b226e1c 100644 --- a/registry/schemas/NavbarLayoutFloatingOverlay.schema.json +++ b/registry/schemas/NavbarLayoutFloatingOverlay.schema.json @@ -3,7 +3,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "className?": "string", - "brandName?": "string (default: 'Proofweb')", + "brandName?": "string (default: 'Proof Digital')", "button": "{text: string, onClick?: () => void, href?: string}", "buttonClassName?": "string (default: '')", "buttonTextClassName?": "string (default: '')" -- 2.49.1 From 5f607a88329e3788f2173831785441b018ddc6fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:03 +0000 Subject: [PATCH 14/32] Update registry/schemas/NavbarStyleApple.schema.json --- registry/schemas/NavbarStyleApple.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarStyleApple.schema.json b/registry/schemas/NavbarStyleApple.schema.json index c69f679..70225f3 100644 --- a/registry/schemas/NavbarStyleApple.schema.json +++ b/registry/schemas/NavbarStyleApple.schema.json @@ -2,6 +2,6 @@ "name": "NavbarStyleApple", "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Proofweb')" + "brandName?": "string (default: 'Proof Digital')" } } \ No newline at end of file -- 2.49.1 From 468cc9be9b796bfa991569e53ba22e71912e2be0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:03 +0000 Subject: [PATCH 15/32] Update registry/schemas/NavbarStyleCentered.schema.json --- registry/schemas/NavbarStyleCentered.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarStyleCentered.schema.json b/registry/schemas/NavbarStyleCentered.schema.json index 0a369e9..6923a55 100644 --- a/registry/schemas/NavbarStyleCentered.schema.json +++ b/registry/schemas/NavbarStyleCentered.schema.json @@ -4,7 +4,7 @@ "navItems": "Array<{name: string, id: string}>", "button": "{text: string, onClick?: () => void, href?: string}", "topBarButton?": "{text: string, onClick?: () => void, href?: string}", - "brandName?": "string (default: 'Proofweb')", + "brandName?": "string (default: 'Proof Digital')", "className?": "string (default: '')" } } \ No newline at end of file -- 2.49.1 From 38b919b69558f6fb8d80597c15c06243733ef4fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:04 +0000 Subject: [PATCH 16/32] Update registry/schemas/NavbarStyleFullscreen.schema.json --- registry/schemas/NavbarStyleFullscreen.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarStyleFullscreen.schema.json b/registry/schemas/NavbarStyleFullscreen.schema.json index 89ba2a1..24c730c 100644 --- a/registry/schemas/NavbarStyleFullscreen.schema.json +++ b/registry/schemas/NavbarStyleFullscreen.schema.json @@ -2,7 +2,7 @@ "name": "NavbarStyleFullscreen", "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Proofweb')", + "brandName?": "string (default: 'Proof Digital')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" -- 2.49.1 From 1734eda394b45481893a0562a2b101c20448517e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:05 +0000 Subject: [PATCH 17/32] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f8a23f5..a59324c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -26,7 +26,7 @@ export default function BlogPage() { -- 2.49.1 From 1624a2f7b7fcf15069da283f8c546ddb80ce506c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:06 +0000 Subject: [PATCH 18/32] Update src/app/layout.tsx --- src/app/layout.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8009528..b5bdeb1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,18 +9,18 @@ const instrumentSans = Instrument_Sans({ }); export const metadata: Metadata = { - title: "Proofweb | Custom Web Design & Development Agency", description: "Premium web design and development agency creating high-converting websites for businesses worldwide. Proven results, transparent pricing, and dedicated support.", keywords: ["web design", "web development", "custom websites", "digital agency", "UI/UX design", "responsive design"], + title: "Proof Digital | Custom Web Design & Development Agency", description: "Premium web design and development agency creating high-converting websites for businesses worldwide. Proven results, transparent pricing, and dedicated support.", keywords: ["web design", "web development", "custom websites", "digital agency", "UI/UX design", "responsive design"], metadataBase: new URL("https://proofweb.com"), alternates: { canonical: "https://proofweb.com" }, openGraph: { - title: "Proofweb | Web Design & Development", description: "Transform your digital presence with custom websites designed for conversion.", siteName: "Proofweb", type: "website", images: [{ - url: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Proofweb - Premium Web Design" + title: "Proof Digital | Web Design & Development", description: "Transform your digital presence with custom websites designed for conversion.", siteName: "Proof Digital", type: "website", images: [{ + url: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Proof Digital - Premium Web Design" }] }, twitter: { - card: "summary_large_image", title: "Proofweb | Premium Web Solutions", description: "Custom websites that drive results for 150+ global businesses.", images: ["https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"] + card: "summary_large_image", title: "Proof Digital | Premium Web Solutions", description: "Custom websites that drive results for 150+ global businesses.", images: ["https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"] }, robots: { index: true, @@ -547,7 +547,7 @@ export default function RootLayout({ selection.addRange(range); } } catch (e) { - console.warn('[Proofweb] Could not set caret position:', e); + console.warn('[Proof Digital] Could not set caret position:', e); } } }; @@ -1061,13 +1061,13 @@ export default function RootLayout({ } } } catch (err) { - console.warn('[Proofweb] Failed to revert change:', err); + console.warn('[Proof Digital] Failed to revert change:', err); } }); } clearLocalChanges(); } catch (error) { - console.error('[Proofweb] Failed to cancel changes:', error); + console.error('[Proof Digital] Failed to cancel changes:', error); } return; } @@ -1084,7 +1084,7 @@ export default function RootLayout({ try { element = document.querySelector(selector); } catch (err) { - console.warn('[Proofweb] Invalid selector:', selector); + console.warn('[Proof Digital] Invalid selector:', selector); } } @@ -1149,7 +1149,7 @@ export default function RootLayout({ } } } catch (error) { - console.error('[Proofweb] Invalid selector for button update:', selector, error); + console.error('[Proof Digital] Invalid selector for button update:', selector, error); } return; } -- 2.49.1 From 39ca500c3f9b188a4cf6f30f809a29c54f01afc1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:07 +0000 Subject: [PATCH 19/32] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac38c92..3165f85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { > -- 2.49.1 From 9f1561af6acd35cadd97aa1d8780dffd1f3648ba Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:08 +0000 Subject: [PATCH 20/32] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 68d4e43..a297dd2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -83,7 +83,7 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -152,7 +152,7 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -228,7 +228,7 @@ export default function ProductPage({ params }: ProductPageProps) { -- 2.49.1 From a42d641fd8b2ce00c523f1553d03a8013b1e5335 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:08 +0000 Subject: [PATCH 21/32] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7a97fd0..680d86f 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -33,7 +33,7 @@ export default function ShopPage() { @@ -101,7 +101,7 @@ export default function ShopPage() { -- 2.49.1 From 2ec553a45459d8d597bdaddcfecfe74c40ab2e1c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:09 +0000 Subject: [PATCH 22/32] Update src/components/navbar/Logo.tsx --- src/components/navbar/Logo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/Logo.tsx b/src/components/navbar/Logo.tsx index ffbd70e..22b8efe 100644 --- a/src/components/navbar/Logo.tsx +++ b/src/components/navbar/Logo.tsx @@ -18,7 +18,7 @@ interface LogoProps { const Logo = ({ // logoSrc, // logoAlt = "", - brandName = "Proofweb", + brandName = "Proof Digital", // className = "", // imageClassName = "", textClassName = "", -- 2.49.1 From adc9ea55521588552fc1506a737d6a73f7ef2306 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:10 +0000 Subject: [PATCH 23/32] Update src/components/navbar/NavbarLayoutFloatingInline.tsx --- src/components/navbar/NavbarLayoutFloatingInline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/NavbarLayoutFloatingInline.tsx b/src/components/navbar/NavbarLayoutFloatingInline.tsx index 0fc1743..a7339c6 100644 --- a/src/components/navbar/NavbarLayoutFloatingInline.tsx +++ b/src/components/navbar/NavbarLayoutFloatingInline.tsx @@ -27,7 +27,7 @@ const NavbarLayoutFloatingInline = ({ navItems, // logoSrc, // logoAlt = "", - brandName = "Proofweb", + brandName = "Proof Digital", button, className = "", navItemClassName = "", -- 2.49.1 From 5794b73e394cf71d6762a9246aa5ca87e53884f2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:10 +0000 Subject: [PATCH 24/32] Update src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx --- .../NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx b/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx index 8008cc3..fcc60d4 100644 --- a/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx +++ b/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx @@ -30,7 +30,7 @@ const NavbarLayoutFloatingOverlay = ({ // logoSrc, // logoAlt = "", className = "", - brandName = "Proofweb", + brandName = "Proof Digital", button, buttonClassName = "", buttonTextClassName = "", -- 2.49.1 From 67a776bba0b38ca67cf9123cf14cd046bf4764c0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:11 +0000 Subject: [PATCH 25/32] Update src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx --- src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx b/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx index 45487bd..135eb05 100644 --- a/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx +++ b/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx @@ -25,7 +25,7 @@ const NavbarStyleApple = ({ navItems, // logoSrc, // logoAlt = "", - brandName = "Proofweb", + brandName = "Proof Digital", logoOnClick, logoHref, button, -- 2.49.1 From 1ef7816bb26309dd4314385b13b949f02504df88 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:12 +0000 Subject: [PATCH 26/32] Update src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx --- .../navbar/NavbarStyleCentered/NavbarStyleCentered.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx b/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx index 02696c5..7b66b42 100644 --- a/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx +++ b/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx @@ -59,7 +59,7 @@ const NavbarStyleCentered = ({ topBarButton, // logoSrc, // logoAlt = "", - brandName = "Proofweb", + brandName = "Proof Digital", className = "", logoOnClick, logoHref, -- 2.49.1 From fac7950b371461fcaa22c47866787d94a437061b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:12 +0000 Subject: [PATCH 27/32] Update src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx --- .../navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx b/src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx index dd90818..4ce78ff 100644 --- a/src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx +++ b/src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx @@ -50,7 +50,7 @@ const NavbarStyleFullscreen = ({ navItems, // logoSrc, // logoAlt = "", - brandName = "Proofweb", + brandName = "Proof Digital", bottomLeftText = "Global Community", bottomRightText = "hello@example.com", topBarClassName = "", -- 2.49.1 From c2d6cc3c1788325931a4e4a48b9f2defb6ac790f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:13 +0000 Subject: [PATCH 28/32] Update src/components/sections/footer/FooterBase.tsx --- src/components/sections/footer/FooterBase.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/footer/FooterBase.tsx b/src/components/sections/footer/FooterBase.tsx index 4bcbed5..099fd41 100644 --- a/src/components/sections/footer/FooterBase.tsx +++ b/src/components/sections/footer/FooterBase.tsx @@ -30,11 +30,11 @@ interface FooterBaseProps { const FooterBase = ({ // logoSrc = "/brand/logowhite.svg", - logoText = "Proofweb", + logoText = "Proof Digital", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | Proofweb`, + copyrightText = `© 2025 | Proof Digital`, onPrivacyClick, ariaLabel = "Site footer", className = "", -- 2.49.1 From fc1d811fb2327d80e18f1c06153a94372bfe1003 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:14 +0000 Subject: [PATCH 29/32] Update src/components/sections/footer/FooterBaseCard.tsx --- src/components/sections/footer/FooterBaseCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/footer/FooterBaseCard.tsx b/src/components/sections/footer/FooterBaseCard.tsx index 9ca9e0a..2b84588 100644 --- a/src/components/sections/footer/FooterBaseCard.tsx +++ b/src/components/sections/footer/FooterBaseCard.tsx @@ -31,11 +31,11 @@ interface FooterBaseCardProps { const FooterBaseCard = ({ // logoSrc = "/brand/logowhite.svg", - logoText = "Proofweb", + logoText = "Proof Digital", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | Proofweb`, + copyrightText = `© 2025 | Proof Digital`, onPrivacyClick, ariaLabel = "Site footer", className = "", -- 2.49.1 From 0b08a850c963c69c57d4c616f1aa4304887975cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:14 +0000 Subject: [PATCH 30/32] Update src/components/sections/footer/FooterCard.tsx --- src/components/sections/footer/FooterCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/footer/FooterCard.tsx b/src/components/sections/footer/FooterCard.tsx index c52027d..063065f 100644 --- a/src/components/sections/footer/FooterCard.tsx +++ b/src/components/sections/footer/FooterCard.tsx @@ -26,8 +26,8 @@ interface FooterCardProps { const FooterCard = ({ // logoSrc, // logoAlt = "Logo", - logoText = "Proofweb", - copyrightText = `© 2025 | Proofweb`, + logoText = "Proof Digital", + copyrightText = `© 2025 | Proof Digital`, socialLinks, ariaLabel = "Site footer", className = "", -- 2.49.1 From 5731da8d19f98f3a300395b17534fe2991b3d8c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:15 +0000 Subject: [PATCH 31/32] Update src/components/sections/footer/FooterLogoReveal.tsx --- src/components/sections/footer/FooterLogoReveal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/footer/FooterLogoReveal.tsx b/src/components/sections/footer/FooterLogoReveal.tsx index 4235ca9..128e6de 100644 --- a/src/components/sections/footer/FooterLogoReveal.tsx +++ b/src/components/sections/footer/FooterLogoReveal.tsx @@ -28,7 +28,7 @@ interface FooterLogoRevealProps { const FooterLogoReveal = ({ // logoSrc, // logoAlt = "Logo", - logoText = "Proofweb", + logoText = "Proof Digital", leftLink, rightLink, ariaLabel = "Site footer", -- 2.49.1 From 09e5f9b38d1cf618e12cc1e977ede02240678ffb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 22:49:16 +0000 Subject: [PATCH 32/32] Update src/components/sections/footer/FooterMedia.tsx --- src/components/sections/footer/FooterMedia.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/footer/FooterMedia.tsx b/src/components/sections/footer/FooterMedia.tsx index a1d5728..ab5b97c 100644 --- a/src/components/sections/footer/FooterMedia.tsx +++ b/src/components/sections/footer/FooterMedia.tsx @@ -51,11 +51,11 @@ const FooterMedia = ({ imageAlt = "", videoAriaLabel = "Footer video", // logoSrc = "/brand/logowhite.svg", - logoText = "Proofweb", + logoText = "Proof Digital", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | Proofweb`, + copyrightText = `© 2025 | Proof Digital`, onPrivacyClick, ariaLabel = "Site footer", className = "", -- 2.49.1