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", 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[]" 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 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?[]" 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 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" ], 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", 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", 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", 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: '')", 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: '')" 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": [ 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": "", 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: '')" 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", 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", 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", 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", 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", 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", 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: '')", 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: '')" 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 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 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: '')" 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() { > 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() { > 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; } 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() { > 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() { > 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() { > 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() { > 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 = "", 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 = "", 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 = "", 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 = "", 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); 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 = "", 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 = "", 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 = "", 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 = "", 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", 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 = "",