From f1b557115595760b0d18c801da86eca6e0fa43d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:53 +0000 Subject: [PATCH 01/43] Update registry/components/FooterBase.json --- registry/components/FooterBase.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterBase.json b/registry/components/FooterBase.json index 8c0663e..df84ff6 100644 --- a/registry/components/FooterBase.json +++ b/registry/components/FooterBase.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "RealWeb", + "default": "RealityWDesign", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | RealWeb", + "default": "© 2025 | RealityWDesign", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -51,8 +51,8 @@ }, "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "logoText?": "string (default: 'RealWeb')", - "copyrightText?": "string (default: '© 2025 | RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", + "copyrightText?": "string (default: '© 2025 | RealityWDesign')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 6f0c13bbacdd639ca4280dcbb03bea771c6f5246 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:54 +0000 Subject: [PATCH 02/43] Update registry/components/FooterBaseCard.json --- registry/components/FooterBaseCard.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/registry/components/FooterBaseCard.json b/registry/components/FooterBaseCard.json index eeecaaa..f9f34c7 100644 --- a/registry/components/FooterBaseCard.json +++ b/registry/components/FooterBaseCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | RealWeb", + "example": "© 2025 | RealityWDesign", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "RealWeb", + "example": "RealityWDesign", "minChars": 2, "maxChars": 30, "note": "Text used for h2 heading" @@ -34,9 +34,9 @@ } }, "propsSchema": { - "logoText?": "string (default: 'RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "copyrightText?": "string (default: '© 2025 | RealWeb')", + "copyrightText?": "string (default: '© 2025 | RealityWDesign')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", @@ -51,7 +51,7 @@ "copyrightTextClassName?": "string", "privacyButtonClassName?": "string" }, - "usageExample": " console.log('Privacy clicked')} />", + "usageExample": " console.log('Privacy clicked')} />", "do": [ "Use for general use", "Requires columns[]" -- 2.49.1 From a4f42e14a4caf17f60ed23108f039de285c3b101 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:54 +0000 Subject: [PATCH 03/43] Update registry/components/FooterBaseReveal.json --- registry/components/FooterBaseReveal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/FooterBaseReveal.json b/registry/components/FooterBaseReveal.json index 7acf856..de6ddb1 100644 --- a/registry/components/FooterBaseReveal.json +++ b/registry/components/FooterBaseReveal.json @@ -6,7 +6,7 @@ "textRules": { "copyrightText": { "required": false, - "default": "© 2025 | RealWeb", + "default": "© 2025 | RealityWDesign", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 -- 2.49.1 From 54d393103e4911347504410010622173f6bf33c2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:55 +0000 Subject: [PATCH 04/43] Update registry/components/FooterCard.json --- registry/components/FooterCard.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/registry/components/FooterCard.json b/registry/components/FooterCard.json index aa56c51..8505bb3 100644 --- a/registry/components/FooterCard.json +++ b/registry/components/FooterCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | RealWeb", + "example": "© 2025 | RealityWDesign", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "RealWeb", + "example": "RealityWDesign", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -33,8 +33,8 @@ } }, "propsSchema": { - "logoText?": "string (default: 'RealWeb')", - "copyrightText?": "string (default: '© 2025 | RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", + "copyrightText?": "string (default: '© 2025 | RealityWDesign')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", @@ -47,7 +47,7 @@ "socialContainerClassName?": "string", "socialIconClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use", "Requires socialLinks?[]" -- 2.49.1 From d482984b34973a9a3e92f116f70ead1d96670f89 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:55 +0000 Subject: [PATCH 05/43] Update registry/components/FooterLogoEmphasis.json --- registry/components/FooterLogoEmphasis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/FooterLogoEmphasis.json b/registry/components/FooterLogoEmphasis.json index e7476e3..c1eec20 100644 --- a/registry/components/FooterLogoEmphasis.json +++ b/registry/components/FooterLogoEmphasis.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": false, - "default": "RealWeb", + "default": "RealityWDesign", "example": "Company Name", "minChars": 2, "maxChars": 30 -- 2.49.1 From 4c81e13be5c66677649e75ec0a92d3914526fe63 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:55 +0000 Subject: [PATCH 06/43] Update registry/components/FooterLogoReveal.json --- registry/components/FooterLogoReveal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/components/FooterLogoReveal.json b/registry/components/FooterLogoReveal.json index de8817c..b69dcaa 100644 --- a/registry/components/FooterLogoReveal.json +++ b/registry/components/FooterLogoReveal.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": false, - "example": "RealWeb", + "example": "RealityWDesign", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -20,7 +20,7 @@ } }, "propsSchema": { - "logoText?": "string (default: 'RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", "leftLink": "{ text: string, onClick?: () => void, href?: string } (required)", "rightLink": "{ text: string, onClick?: () => void, href?: string } (required)", "ariaLabel?": "string (default: 'Site footer')", @@ -30,7 +30,7 @@ "logoClassName?": "string", "linkClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use" ], -- 2.49.1 From ac153fab6496844355870a0b2869e45416415c43 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:56 +0000 Subject: [PATCH 07/43] Update registry/components/FooterMedia.json --- registry/components/FooterMedia.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterMedia.json b/registry/components/FooterMedia.json index dee866b..52741ed 100644 --- a/registry/components/FooterMedia.json +++ b/registry/components/FooterMedia.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "RealWeb", + "default": "RealityWDesign", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | RealWeb", + "default": "© 2025 | RealityWDesign", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -66,8 +66,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 (required)", - "logoText?": "string (default: 'RealWeb')", - "copyrightText?": "string (default: '© 2025 | RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", + "copyrightText?": "string (default: '© 2025 | RealityWDesign')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 8fa0a0a0f07ccca97da9fd278e23f1524e564d01 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:56 +0000 Subject: [PATCH 08/43] Update registry/components/FooterSimple.json --- registry/components/FooterSimple.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/FooterSimple.json b/registry/components/FooterSimple.json index 9e31df9..ec9a712 100644 --- a/registry/components/FooterSimple.json +++ b/registry/components/FooterSimple.json @@ -12,7 +12,7 @@ }, "bottomRightText": { "required": true, - "example": "Made with RealWeb", + "example": "Made with RealityWDesign", "minChars": 2, "maxChars": 50 }, @@ -63,7 +63,7 @@ "bottomLeftTextClassName?": "string", "bottomRightTextClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays", -- 2.49.1 From 9fa8e8ccef6b86bd06b13ea185074dae3e1302f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:57 +0000 Subject: [PATCH 09/43] Update registry/components/HeroLogo.json --- registry/components/HeroLogo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/HeroLogo.json b/registry/components/HeroLogo.json index b95ec18..59f9540 100644 --- a/registry/components/HeroLogo.json +++ b/registry/components/HeroLogo.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": true, - "example": "RealWeb", + "example": "RealityWDesign", "minChars": 2, "maxChars": 20 }, @@ -79,7 +79,7 @@ "blurClassName?": "string", "dimOverlayClassName?": "string" }, - "usageExample": "\n \n", + "usageExample": "\n \n", "do": [ "Use for landing pages", "Use for feature showcases", -- 2.49.1 From e163c11dc30eb277f7a7a303be2ee4b75b6f1104 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:57 +0000 Subject: [PATCH 10/43] 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 cb89cf4..d376ea6 100644 --- a/registry/components/NavbarLayoutFloatingInline.json +++ b/registry/components/NavbarLayoutFloatingInline.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "RealWeb", + "example": "RealityWDesign", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -52,7 +52,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'RealWeb')", + "brandName?": "string (default: 'RealityWDesign')", "button": "{text: string, onClick?: () => void, href?: string}", "animateOnLoad?": "boolean (default: true)", "className?": "string (default: '')", -- 2.49.1 From e402c7280ce1ea219221ef7a8d609fbb2ed02950 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:58 +0000 Subject: [PATCH 11/43] 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 c8979e4..b3b944e 100644 --- a/registry/components/NavbarLayoutFloatingOverlay.json +++ b/registry/components/NavbarLayoutFloatingOverlay.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "RealWeb", + "example": "RealityWDesign", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -53,7 +53,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "className?": "string", - "brandName?": "string (default: 'RealWeb')", + "brandName?": "string (default: 'RealityWDesign')", "button": "{text: string, onClick?: () => void, href?: string}", "buttonClassName?": "string (default: '')", "buttonTextClassName?": "string (default: '')" -- 2.49.1 From 03c33307de7f6cda577e1ba546679f4eafec2632 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:58 +0000 Subject: [PATCH 12/43] 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 12c7d96..086cdfe 100644 --- a/registry/components/NavbarStyleApple.json +++ b/registry/components/NavbarStyleApple.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "RealWeb", + "example": "RealityWDesign", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -35,7 +35,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'RealWeb')" + "brandName?": "string (default: 'RealityWDesign')" }, "usageExample": "", "do": [ -- 2.49.1 From 23f17ece9f94d1c9edfa1a03323806bf5c63a8ac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:58 +0000 Subject: [PATCH 13/43] 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 500787a..0adfb10 100644 --- a/registry/components/NavbarStyleCentered.json +++ b/registry/components/NavbarStyleCentered.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "RealWeb", + "example": "RealityWDesign", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -53,7 +53,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "button": "{text: string, onClick?: () => void, href?: string}", - "brandName?": "string (default: 'RealWeb')", + "brandName?": "string (default: 'RealityWDesign')", "className?": "string (default: '')" }, "usageExample": "", -- 2.49.1 From 241f7b61e42a2e33290f326de6f824b6ec654106 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:59 +0000 Subject: [PATCH 14/43] 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 fba7168..250d2a3 100644 --- a/registry/components/NavbarStyleFullscreen.json +++ b/registry/components/NavbarStyleFullscreen.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "RealWeb", + "example": "RealityWDesign", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -49,7 +49,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'RealWeb')", + "brandName?": "string (default: 'RealityWDesign')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" -- 2.49.1 From d7beb41f567aa440031016853bcbfaa00e5d2d27 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:40:59 +0000 Subject: [PATCH 15/43] 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 b22bd01..6c02107 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: 'RealWeb')", - "copyrightText?": "string (default: '© 2025 | RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", + "copyrightText?": "string (default: '© 2025 | RealityWDesign')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 767c73f8889e5a5d7d8bea031def957ae0b5c58c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:00 +0000 Subject: [PATCH 16/43] 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 c7af40c..0ad7497 100644 --- a/registry/schemas/FooterBaseCard.schema.json +++ b/registry/schemas/FooterBaseCard.schema.json @@ -1,9 +1,9 @@ { "name": "FooterBaseCard", "propsSchema": { - "logoText?": "string (default: 'RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "copyrightText?": "string (default: '© 2025 | RealWeb')", + "copyrightText?": "string (default: '© 2025 | RealityWDesign')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From c4c2c1e8c7db329c332a36e1c9975f7c5b34475e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:00 +0000 Subject: [PATCH 17/43] 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 7e58a80..9b4475a 100644 --- a/registry/schemas/FooterCard.schema.json +++ b/registry/schemas/FooterCard.schema.json @@ -1,8 +1,8 @@ { "name": "FooterCard", "propsSchema": { - "logoText?": "string (default: 'RealWeb')", - "copyrightText?": "string (default: '© 2025 | RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", + "copyrightText?": "string (default: '© 2025 | RealityWDesign')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 9aad716697692009c0466fc18f8804c7cd166e5e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:01 +0000 Subject: [PATCH 18/43] 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 16e9954..c2c2116 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: 'RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", "containerClassName?": "string", -- 2.49.1 From 1f2ae3632a5e7b4b7759e84d48ea8ee2137787d9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:01 +0000 Subject: [PATCH 19/43] 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 a096ba9..71f65fc 100644 --- a/registry/schemas/FooterLogoReveal.schema.json +++ b/registry/schemas/FooterLogoReveal.schema.json @@ -1,7 +1,7 @@ { "name": "FooterLogoReveal", "propsSchema": { - "logoText?": "string (default: 'RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", "logoLineHeight?": "number (default: 1.1)", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From c962cc96a1a7f700497b48277a666e8f77da04f8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:02 +0000 Subject: [PATCH 20/43] 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 015d626..f92757e 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: 'RealWeb')", - "copyrightText?": "string (default: '© 2025 | RealWeb')", + "logoText?": "string (default: 'RealityWDesign')", + "copyrightText?": "string (default: '© 2025 | RealityWDesign')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From d0fbbe326ad6ec290831a2ebf2b4eb3b73bebf23 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:02 +0000 Subject: [PATCH 21/43] 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 894038f..a63c85d 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: 'RealWeb')", + "brandName?": "string (default: 'RealityWDesign')", "button": "{text: string, onClick?: () => void, href?: string}", "animateOnLoad?": "boolean (default: true)", "className?": "string (default: '')", -- 2.49.1 From 8b4a6a2301ca176f0bdb82a9a83b848f2742ff25 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:02 +0000 Subject: [PATCH 22/43] 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 c7e2be2..0bb0663 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: 'RealWeb')", + "brandName?": "string (default: 'RealityWDesign')", "button": "{text: string, onClick?: () => void, href?: string}", "buttonClassName?": "string (default: '')", "buttonTextClassName?": "string (default: '')" -- 2.49.1 From 0dc5e59388212139e9a1e8c5978146807163b873 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:03 +0000 Subject: [PATCH 23/43] 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 ba07e28..7f1634c 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: 'RealWeb')" + "brandName?": "string (default: 'RealityWDesign')" } } \ No newline at end of file -- 2.49.1 From 042be085e3a69597915453f5dac4357180aba133 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:03 +0000 Subject: [PATCH 24/43] 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 ec16eae..b6d3cea 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: 'RealWeb')", + "brandName?": "string (default: 'RealityWDesign')", "className?": "string (default: '')" } } \ No newline at end of file -- 2.49.1 From 65fe01db0ddc96870d97f44f9fd58cc9e7dc6cc1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:04 +0000 Subject: [PATCH 25/43] 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 107f59b..d8727da 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: 'RealWeb')", + "brandName?": "string (default: 'RealityWDesign')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" -- 2.49.1 From 632bd4a80102324d7bfabb1aa96ceaa52c527e87 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:04 +0000 Subject: [PATCH 26/43] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 96f784f..fbace5f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -32,7 +32,7 @@ export default function AboutPage() { > -- 2.49.1 From 8916e785a59339aaa1756a610a1301da8da1201d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:05 +0000 Subject: [PATCH 27/43] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9b5c333..d5669c0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -31,7 +31,7 @@ export default function ContactPage() { > -- 2.49.1 From 6148836048e18b5e76790f6de598bbf8ff9a762b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:05 +0000 Subject: [PATCH 28/43] Update src/app/layout.tsx --- src/app/layout.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 08b9353..75717e3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -23,7 +23,7 @@ const mulish = Mulish({ }); export const metadata: Metadata = { - title: "RealWeb - Web Design for Local Businesses", + title: "RealityWDesign - Web Design for Local Businesses", description: "Professional website design for local businesses like restaurants, contractors, dentists, and gyms. Fast turnaround, local SEO optimization, and proven results.", keywords: "website design local businesses, restaurant website design, contractor website, dentist website, small business web design", robots: { @@ -31,21 +31,21 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "RealWeb - Professional Web Design for Local Businesses", + title: "RealityWDesign - Professional Web Design for Local Businesses", description: "Get a professional website that brings more customers to your local business. Fast, affordable, and proven results.", url: "https://locallaunch.io", - siteName: "RealWeb", + siteName: "RealityWDesign", type: "website", images: [ { url: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg", - alt: "RealWeb - Professional website design for local businesses", + alt: "RealityWDesign - Professional website design for local businesses", }, ], }, twitter: { card: "summary_large_image", - title: "RealWeb - Web Design for Local Businesses", + title: "RealityWDesign - Web Design for Local Businesses", description: "Professional websites that bring more customers to your business. Start today.", images: ["http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149477719.jpg"], }, @@ -620,7 +620,7 @@ export default function RootLayout({ selection.addRange(range); } } catch (e) { - console.warn('[RealWeb] Could not set caret position:', e); + console.warn('[RealityWDesign] Could not set caret position:', e); } } }; @@ -1145,13 +1145,13 @@ export default function RootLayout({ } } } catch (err) { - console.warn('[RealWeb] Failed to revert change:', err); + console.warn('[RealityWDesign] Failed to revert change:', err); } }); } clearLocalChanges(); } catch (error) { - console.error('[RealWeb] Failed to cancel changes:', error); + console.error('[RealityWDesign] Failed to cancel changes:', error); } return; } @@ -1168,7 +1168,7 @@ export default function RootLayout({ try { element = document.querySelector(selector); } catch (err) { - console.warn('[RealWeb] Invalid selector:', selector); + console.warn('[RealityWDesign] Invalid selector:', selector); } } @@ -1233,7 +1233,7 @@ export default function RootLayout({ } } } catch (error) { - console.error('[RealWeb] Invalid selector for button update:', selector, error); + console.error('[RealityWDesign] Invalid selector for button update:', selector, error); } return; } -- 2.49.1 From a9fe9f242cef53fdc75eced5f0099cae1df32c33 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:05 +0000 Subject: [PATCH 29/43] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d66b65..485bf8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function HomePage() { > -- 2.49.1 From a5575d787db8bbaea7e1ec5c19d7c062abf5229d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:06 +0000 Subject: [PATCH 30/43] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index e6ee6d7..f25cd0b 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -32,7 +32,7 @@ export default function PortfolioPage() { > -- 2.49.1 From 6b9477149d0dadf40fdb8f254a8c8286cb54f7bc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:06 +0000 Subject: [PATCH 31/43] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index def50b1..1b9df88 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -33,7 +33,7 @@ export default function PricingPage() { > -- 2.49.1 From bceae9aee00bd1bae831e6a778df5ae62e61102c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:07 +0000 Subject: [PATCH 32/43] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d6baf78..42bac4e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -33,7 +33,7 @@ export default function ServicesPage() { > -- 2.49.1 From 9dd410d8b2ed3daa5cae5148614150bf5915d64a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:08 +0000 Subject: [PATCH 33/43] 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 66c1162..2d3e79b 100644 --- a/src/components/navbar/Logo.tsx +++ b/src/components/navbar/Logo.tsx @@ -18,7 +18,7 @@ interface LogoProps { const Logo = ({ // logoSrc, // logoAlt = "", - brandName = "RealWeb", + brandName = "RealityWDesign", // className = "", // imageClassName = "", textClassName = "", -- 2.49.1 From 4c55b9cf4146c3424f5d14d3f1b0f7c56a3f6477 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:08 +0000 Subject: [PATCH 34/43] 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 4b91c8e..1c36cba 100644 --- a/src/components/navbar/NavbarLayoutFloatingInline.tsx +++ b/src/components/navbar/NavbarLayoutFloatingInline.tsx @@ -23,7 +23,7 @@ interface NavbarLayoutFloatingInlineProps { const NavbarLayoutFloatingInline = ({ navItems, - brandName = "RealWeb", + brandName = "RealityWDesign", button, animateOnLoad = true, className = "", -- 2.49.1 From a3d2226c0f0afc4dcd877243957aed6acdc2045f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:09 +0000 Subject: [PATCH 35/43] 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 a5e3c57..67d2c20 100644 --- a/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx +++ b/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx @@ -28,7 +28,7 @@ const NavbarLayoutFloatingOverlay = ({ // logoSrc, // logoAlt = "", className = "", - brandName = "RealWeb", + brandName = "RealityWDesign", button, buttonClassName = "", buttonTextClassName = "", -- 2.49.1 From 95fe4409f19ef458e7aeefdf97fa20008ad5fc4e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:09 +0000 Subject: [PATCH 36/43] 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 520d041..9dbc5a9 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 = "RealWeb", + brandName = "RealityWDesign", button, buttonClassName = "", buttonTextClassName = "", -- 2.49.1 From 53694744dbe73aad7627ee4a29ba889a0ba8961e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:09 +0000 Subject: [PATCH 37/43] 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 30e6808..967f353 100644 --- a/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx +++ b/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx @@ -57,7 +57,7 @@ const NavbarStyleCentered = ({ topBarButton, // logoSrc, // logoAlt = "", - brandName = "RealWeb", + brandName = "RealityWDesign", className = "", }: NavbarStyleCenteredProps) => { const [isActive, setIsActive] = useState(false); -- 2.49.1 From fc9b919ab8dda93b456eccc32e70b5c137061b86 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:10 +0000 Subject: [PATCH 38/43] 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 9433ba5..562d666 100644 --- a/src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx +++ b/src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx @@ -49,7 +49,7 @@ const NavbarStyleFullscreen = ({ navItems, // logoSrc, // logoAlt = "", - brandName = "RealWeb", + brandName = "RealityWDesign", bottomLeftText = "Global Community", bottomRightText = "hello@example.com", topBarClassName = "", -- 2.49.1 From 86424a22b25936df9419f4ab1d9027ceeff527e2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:10 +0000 Subject: [PATCH 39/43] 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 a54f5d5..255744d 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 = "RealWeb", + logoText = "RealityWDesign", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | RealWeb`, + copyrightText = `© 2025 | RealityWDesign`, onPrivacyClick, ariaLabel = "Site footer", className = "", -- 2.49.1 From 4f0393d9896dc9ab7f1ca5388235156db93078d2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:11 +0000 Subject: [PATCH 40/43] 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 3bc659d..be05c09 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 = "RealWeb", + logoText = "RealityWDesign", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | RealWeb`, + copyrightText = `© 2025 | RealityWDesign`, onPrivacyClick, ariaLabel = "Site footer", className = "", -- 2.49.1 From 955fd56dfc4925805354ca37848c0af05d44ec76 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:11 +0000 Subject: [PATCH 41/43] 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 5a4b479..e51262e 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 = "RealWeb", - copyrightText = `© 2025 | RealWeb`, + logoText = "RealityWDesign", + copyrightText = `© 2025 | RealityWDesign`, socialLinks, ariaLabel = "Site footer", className = "", -- 2.49.1 From a1f38671008b04fc14d1751a17d78aa30479b343 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:12 +0000 Subject: [PATCH 42/43] 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 262de3c..09ad7d3 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 = "RealWeb", + logoText = "RealityWDesign", leftLink, rightLink, ariaLabel = "Site footer", -- 2.49.1 From a0a9ce645de7d2e798af31cc8e6730f1a748fc33 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:41:12 +0000 Subject: [PATCH 43/43] 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 3a017e0..7aa2e40 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 = "RealWeb", + logoText = "RealityWDesign", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | RealWeb`, + copyrightText = `© 2025 | RealityWDesign`, onPrivacyClick, ariaLabel = "Site footer", className = "", -- 2.49.1