Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-02-18 22:49:20 +00:00
32 changed files with 71 additions and 71 deletions

View File

@@ -9,7 +9,7 @@
"required": false, "required": false,
"minChars": 2, "minChars": 2,
"maxChars": 20, "maxChars": 20,
"example": "Proofweb", "example": "Proof Digital",
"fallbackBehavior": "Shows brandName text" "fallbackBehavior": "Shows brandName text"
}, },
"buttonRules": { "buttonRules": {
@@ -51,7 +51,7 @@
}, },
"propsSchema": { "propsSchema": {
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Proofweb')", "brandName?": "string (default: 'Proof Digital')",
"button": "{text: string, onClick?: () => void, href?: string}", "button": "{text: string, onClick?: () => void, href?: string}",
"className?": "string (default: '')" "className?": "string (default: '')"
}, },

View File

@@ -9,7 +9,7 @@
"required": false, "required": false,
"minChars": 2, "minChars": 2,
"maxChars": 20, "maxChars": 20,
"example": "Proofweb", "example": "Proof Digital",
"fallbackBehavior": "Shows brandName text" "fallbackBehavior": "Shows brandName text"
}, },
"buttonRules": { "buttonRules": {
@@ -52,7 +52,7 @@
"propsSchema": { "propsSchema": {
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"className?": "string", "className?": "string",
"brandName?": "string (default: 'Proofweb')", "brandName?": "string (default: 'Proof Digital')",
"button": "{text: string, onClick?: () => void, href?: string}" "button": "{text: string, onClick?: () => void, href?: string}"
}, },
"usageExample": "", "usageExample": "",

View File

@@ -9,7 +9,7 @@
"required": false, "required": false,
"minChars": 2, "minChars": 2,
"maxChars": 20, "maxChars": 20,
"example": "Proofweb", "example": "Proof Digital",
"fallbackBehavior": "Shows brandName text" "fallbackBehavior": "Shows brandName text"
}, },
"linkRules": { "linkRules": {
@@ -34,7 +34,7 @@
}, },
"propsSchema": { "propsSchema": {
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Proofweb')" "brandName?": "string (default: 'Proof Digital')"
}, },
"usageExample": "", "usageExample": "",
"do": [ "do": [

View File

@@ -9,7 +9,7 @@
"required": false, "required": false,
"minChars": 2, "minChars": 2,
"maxChars": 20, "maxChars": 20,
"example": "Proofweb", "example": "Proof Digital",
"fallbackBehavior": "Shows brandName text" "fallbackBehavior": "Shows brandName text"
}, },
"buttonRules": { "buttonRules": {
@@ -52,7 +52,7 @@
"propsSchema": { "propsSchema": {
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"button": "{text: string, onClick?: () => void, href?: string}", "button": "{text: string, onClick?: () => void, href?: string}",
"brandName?": "string (default: 'Proofweb')", "brandName?": "string (default: 'Proof Digital')",
"className?": "string (default: '')" "className?": "string (default: '')"
}, },
"usageExample": "<NavbarStyleCentered navItems={[{name: 'Home', id: 'home'}, {name: 'About', id: 'about'}, {name: 'Services', id: 'services'}, {name: 'Blog', id: 'blog'}, {name: 'Contact', id: 'contact'}]} button={{text: 'Get Started', href: 'contact'}} />", "usageExample": "<NavbarStyleCentered navItems={[{name: 'Home', id: 'home'}, {name: 'About', id: 'about'}, {name: 'Services', id: 'services'}, {name: 'Blog', id: 'blog'}, {name: 'Contact', id: 'contact'}]} button={{text: 'Get Started', href: 'contact'}} />",

View File

@@ -9,7 +9,7 @@
"required": false, "required": false,
"minChars": 2, "minChars": 2,
"maxChars": 20, "maxChars": 20,
"example": "Proofweb", "example": "Proof Digital",
"fallbackBehavior": "Shows brandName text" "fallbackBehavior": "Shows brandName text"
}, },
"linkRules": { "linkRules": {
@@ -48,7 +48,7 @@
}, },
"propsSchema": { "propsSchema": {
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Proofweb')", "brandName?": "string (default: 'Proof Digital')",
"bottomLeftText?": "string (default: 'Global Community')", "bottomLeftText?": "string (default: 'Global Community')",
"bottomRightText?": "string (default: 'hello@example.com')" "bottomRightText?": "string (default: 'hello@example.com')"
}, },

View File

@@ -2,8 +2,8 @@
"name": "FooterBase", "name": "FooterBase",
"propsSchema": { "propsSchema": {
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns",
"logoText?": "string (default: 'Proofweb')", "logoText?": "string (default: 'Proof Digital')",
"copyrightText?": "string (default: '© 2025 | Proofweb')", "copyrightText?": "string (default: '© 2025 | Proof Digital')",
"onPrivacyClick?": "() => void", "onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')", "ariaLabel?": "string (default: 'Site footer')",
"className?": "string", "className?": "string",

View File

@@ -1,9 +1,9 @@
{ {
"name": "FooterBaseCard", "name": "FooterBaseCard",
"propsSchema": { "propsSchema": {
"logoText?": "string (default: 'Proofweb')", "logoText?": "string (default: 'Proof Digital')",
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", "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", "onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')", "ariaLabel?": "string (default: 'Site footer')",
"className?": "string", "className?": "string",

View File

@@ -1,8 +1,8 @@
{ {
"name": "FooterCard", "name": "FooterCard",
"propsSchema": { "propsSchema": {
"logoText?": "string (default: 'Proofweb')", "logoText?": "string (default: 'Proof Digital')",
"copyrightText?": "string (default: '© 2025 | Proofweb')", "copyrightText?": "string (default: '© 2025 | Proof Digital')",
"socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links",
"ariaLabel?": "string (default: 'Site footer')", "ariaLabel?": "string (default: 'Site footer')",
"className?": "string", "className?": "string",

View File

@@ -2,7 +2,7 @@
"name": "FooterLogoEmphasis", "name": "FooterLogoEmphasis",
"propsSchema": { "propsSchema": {
"columns": "Array<{ items: Array<{ label: string, href?: string, onClick?: () => void }> }> - Footer navigation columns (required, max 5)", "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')", "ariaLabel?": "string (default: 'Site footer')",
"className?": "string", "className?": "string",
"containerClassName?": "string", "containerClassName?": "string",

View File

@@ -1,7 +1,7 @@
{ {
"name": "FooterLogoReveal", "name": "FooterLogoReveal",
"propsSchema": { "propsSchema": {
"logoText?": "string (default: 'Proofweb')", "logoText?": "string (default: 'Proof Digital')",
"logoLineHeight?": "number (default: 1.1)", "logoLineHeight?": "number (default: 1.1)",
"ariaLabel?": "string (default: 'Site footer')", "ariaLabel?": "string (default: 'Site footer')",
"className?": "string", "className?": "string",

View File

@@ -6,8 +6,8 @@
"videoSrc": "string (required if no imageSrc)", "videoSrc": "string (required if no imageSrc)",
"videoAriaLabel?": "string (default: 'Footer video')", "videoAriaLabel?": "string (default: 'Footer video')",
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns",
"logoText?": "string (default: 'Proofweb')", "logoText?": "string (default: 'Proof Digital')",
"copyrightText?": "string (default: '© 2025 | Proofweb')", "copyrightText?": "string (default: '© 2025 | Proof Digital')",
"onPrivacyClick?": "() => void", "onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')", "ariaLabel?": "string (default: 'Site footer')",
"className?": "string", "className?": "string",

View File

@@ -2,7 +2,7 @@
"name": "NavbarLayoutFloatingInline", "name": "NavbarLayoutFloatingInline",
"propsSchema": { "propsSchema": {
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Proofweb')", "brandName?": "string (default: 'Proof Digital')",
"button": "{text: string, onClick?: () => void, href?: string}", "button": "{text: string, onClick?: () => void, href?: string}",
"className?": "string (default: '')", "className?": "string (default: '')",
"navItemClassName?": "string (default: '')", "navItemClassName?": "string (default: '')",

View File

@@ -3,7 +3,7 @@
"propsSchema": { "propsSchema": {
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"className?": "string", "className?": "string",
"brandName?": "string (default: 'Proofweb')", "brandName?": "string (default: 'Proof Digital')",
"button": "{text: string, onClick?: () => void, href?: string}", "button": "{text: string, onClick?: () => void, href?: string}",
"buttonClassName?": "string (default: '')", "buttonClassName?": "string (default: '')",
"buttonTextClassName?": "string (default: '')" "buttonTextClassName?": "string (default: '')"

View File

@@ -2,6 +2,6 @@
"name": "NavbarStyleApple", "name": "NavbarStyleApple",
"propsSchema": { "propsSchema": {
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Proofweb')" "brandName?": "string (default: 'Proof Digital')"
} }
} }

View File

@@ -4,7 +4,7 @@
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"button": "{text: string, onClick?: () => void, href?: string}", "button": "{text: string, onClick?: () => void, href?: string}",
"topBarButton?": "{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: '')" "className?": "string (default: '')"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "NavbarStyleFullscreen", "name": "NavbarStyleFullscreen",
"propsSchema": { "propsSchema": {
"navItems": "Array<{name: string, id: string}>", "navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Proofweb')", "brandName?": "string (default: 'Proof Digital')",
"bottomLeftText?": "string (default: 'Global Community')", "bottomLeftText?": "string (default: 'Global Community')",
"bottomRightText?": "string (default: 'hello@example.com')", "bottomRightText?": "string (default: 'hello@example.com')",
"topBarClassName?": "string (default: '')" "topBarClassName?": "string (default: '')"

View File

@@ -26,7 +26,7 @@ export default function BlogPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Proofweb" brandName="Proof Digital"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -85,7 +85,7 @@ export default function BlogPage() {
] ]
} }
]} ]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence." copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -9,18 +9,18 @@ const instrumentSans = Instrument_Sans({
}); });
export const metadata: Metadata = { 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"), metadataBase: new URL("https://proofweb.com"),
alternates: { alternates: {
canonical: "https://proofweb.com" canonical: "https://proofweb.com"
}, },
openGraph: { openGraph: {
title: "Proofweb | Web Design & Development", description: "Transform your digital presence with custom websites designed for conversion.", siteName: "Proofweb", type: "website", images: [{ 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: "Proofweb - Premium Web Design" url: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Proof Digital - Premium Web Design"
}] }]
}, },
twitter: { 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: { robots: {
index: true, index: true,
@@ -547,7 +547,7 @@ export default function RootLayout({
selection.addRange(range); selection.addRange(range);
} }
} catch (e) { } 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) { } catch (err) {
console.warn('[Proofweb] Failed to revert change:', err); console.warn('[Proof Digital] Failed to revert change:', err);
} }
}); });
} }
clearLocalChanges(); clearLocalChanges();
} catch (error) { } catch (error) {
console.error('[Proofweb] Failed to cancel changes:', error); console.error('[Proof Digital] Failed to cancel changes:', error);
} }
return; return;
} }
@@ -1084,7 +1084,7 @@ export default function RootLayout({
try { try {
element = document.querySelector(selector); element = document.querySelector(selector);
} catch (err) { } 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) { } catch (error) {
console.error('[Proofweb] Invalid selector for button update:', selector, error); console.error('[Proof Digital] Invalid selector for button update:', selector, error);
} }
return; return;
} }

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Proofweb" brandName="Proof Digital"
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" }, { name: "Portfolio", id: "portfolio" },
@@ -46,16 +46,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
title="Craft Digital Experiences That Convert" title="Craft Digital Experiences That Convert"
description="We design and build stunning websites that drive results. From concept to launch, Proofweb transforms your vision into high-performing digital solutions." description="We design and build stunning websites that drive results. From concept to launch, Proof Digital transforms your vision into high-performing digital solutions."
avatars={[ avatars={[
{ {
src: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Proofweb team member 1" src: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Proof Digital team member 1"
}, },
{ {
src: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Proofweb team member 2" src: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Proof Digital team member 2"
}, },
{ {
src: "https://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Proofweb team member 3" src: "https://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Proof Digital team member 3"
} }
]} ]}
avatarText="Trusted by 150+ businesses worldwide" avatarText="Trusted by 150+ businesses worldwide"
@@ -69,7 +69,7 @@ export default function LandingPage() {
]} ]}
background={{ variant: "rotated-rays-static" }} background={{ variant: "rotated-rays-static" }}
buttonAnimation="slide-up" buttonAnimation="slide-up"
ariaLabel="Proofweb hero section" ariaLabel="Proof Digital hero section"
marqueeItems={[ marqueeItems={[
{ type: "text", text: "Google" }, { type: "text", text: "Google" },
{ type: "text", text: "Microsoft" }, { type: "text", text: "Microsoft" },
@@ -154,7 +154,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
testimonial="Proofweb transformed our online presence completely. Their strategic approach, attention to detail, and commitment to our success made all the difference. We've seen a 150% increase in qualified leads since launch." testimonial="Proof Digital transformed our online presence completely. Their strategic approach, attention to detail, and commitment to our success made all the difference. We've seen a 150% increase in qualified leads since launch."
rating={5} rating={5}
author="Sarah Mitchell, CEO at TechVenture" author="Sarah Mitchell, CEO at TechVenture"
avatars={[ avatars={[
@@ -194,7 +194,7 @@ export default function LandingPage() {
} }
]} ]}
title="Meet Our Team" title="Meet Our Team"
description="The talented professionals behind Proofweb's success." description="The talented professionals behind Proof Digital's success."
tag="Team" tag="Team"
tagIcon={Users} tagIcon={Users}
textboxLayout="default" textboxLayout="default"
@@ -255,7 +255,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
tag="Let's Connect" tag="Let's Connect"
title="Ready to Build Something Amazing?" title="Ready to Build Something Amazing?"
description="Join 150+ businesses that trust Proofweb with their digital transformation. Get a free consultation from our team and discover how we can accelerate your growth." description="Join 150+ businesses that trust Proof Digital with their digital transformation. Get a free consultation from our team and discover how we can accelerate your growth."
tagIcon={Send} tagIcon={Send}
background={{ variant: "downward-rays-animated" }} background={{ variant: "downward-rays-animated" }}
useInvertedBackground={true} useInvertedBackground={true}
@@ -293,7 +293,7 @@ export default function LandingPage() {
] ]
} }
]} ]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence." copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -83,7 +83,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Proofweb" brandName="Proof Digital"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -127,7 +127,7 @@ export default function ProductPage({ params }: ProductPageProps) {
] ]
} }
]} ]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence." copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
@@ -152,7 +152,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Proofweb" brandName="Proof Digital"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -204,7 +204,7 @@ export default function ProductPage({ params }: ProductPageProps) {
] ]
} }
]} ]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence." copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
@@ -228,7 +228,7 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Proofweb" brandName="Proof Digital"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -305,7 +305,7 @@ export default function ProductPage({ params }: ProductPageProps) {
] ]
} }
]} ]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence." copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -33,7 +33,7 @@ export default function ShopPage() {
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Proofweb" brandName="Proof Digital"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -77,7 +77,7 @@ export default function ShopPage() {
] ]
} }
]} ]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence." copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
@@ -101,7 +101,7 @@ export default function ShopPage() {
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Proofweb" brandName="Proof Digital"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -153,7 +153,7 @@ export default function ShopPage() {
] ]
} }
]} ]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence." copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -18,7 +18,7 @@ interface LogoProps {
const Logo = ({ const Logo = ({
// logoSrc, // logoSrc,
// logoAlt = "", // logoAlt = "",
brandName = "Proofweb", brandName = "Proof Digital",
// className = "", // className = "",
// imageClassName = "", // imageClassName = "",
textClassName = "", textClassName = "",

View File

@@ -27,7 +27,7 @@ const NavbarLayoutFloatingInline = ({
navItems, navItems,
// logoSrc, // logoSrc,
// logoAlt = "", // logoAlt = "",
brandName = "Proofweb", brandName = "Proof Digital",
button, button,
className = "", className = "",
navItemClassName = "", navItemClassName = "",

View File

@@ -30,7 +30,7 @@ const NavbarLayoutFloatingOverlay = ({
// logoSrc, // logoSrc,
// logoAlt = "", // logoAlt = "",
className = "", className = "",
brandName = "Proofweb", brandName = "Proof Digital",
button, button,
buttonClassName = "", buttonClassName = "",
buttonTextClassName = "", buttonTextClassName = "",

View File

@@ -25,7 +25,7 @@ const NavbarStyleApple = ({
navItems, navItems,
// logoSrc, // logoSrc,
// logoAlt = "", // logoAlt = "",
brandName = "Proofweb", brandName = "Proof Digital",
logoOnClick, logoOnClick,
logoHref, logoHref,
button, button,

View File

@@ -59,7 +59,7 @@ const NavbarStyleCentered = ({
topBarButton, topBarButton,
// logoSrc, // logoSrc,
// logoAlt = "", // logoAlt = "",
brandName = "Proofweb", brandName = "Proof Digital",
className = "", className = "",
logoOnClick, logoOnClick,
logoHref, logoHref,

View File

@@ -50,7 +50,7 @@ const NavbarStyleFullscreen = ({
navItems, navItems,
// logoSrc, // logoSrc,
// logoAlt = "", // logoAlt = "",
brandName = "Proofweb", brandName = "Proof Digital",
bottomLeftText = "Global Community", bottomLeftText = "Global Community",
bottomRightText = "hello@example.com", bottomRightText = "hello@example.com",
topBarClassName = "", topBarClassName = "",

View File

@@ -30,11 +30,11 @@ interface FooterBaseProps {
const FooterBase = ({ const FooterBase = ({
// logoSrc = "/brand/logowhite.svg", // logoSrc = "/brand/logowhite.svg",
logoText = "Proofweb", logoText = "Proof Digital",
// logoWidth = 120, // logoWidth = 120,
// logoHeight = 40, // logoHeight = 40,
columns, columns,
copyrightText = `© 2025 | Proofweb`, copyrightText = `© 2025 | Proof Digital`,
onPrivacyClick, onPrivacyClick,
ariaLabel = "Site footer", ariaLabel = "Site footer",
className = "", className = "",

View File

@@ -31,11 +31,11 @@ interface FooterBaseCardProps {
const FooterBaseCard = ({ const FooterBaseCard = ({
// logoSrc = "/brand/logowhite.svg", // logoSrc = "/brand/logowhite.svg",
logoText = "Proofweb", logoText = "Proof Digital",
// logoWidth = 120, // logoWidth = 120,
// logoHeight = 40, // logoHeight = 40,
columns, columns,
copyrightText = `© 2025 | Proofweb`, copyrightText = `© 2025 | Proof Digital`,
onPrivacyClick, onPrivacyClick,
ariaLabel = "Site footer", ariaLabel = "Site footer",
className = "", className = "",

View File

@@ -26,8 +26,8 @@ interface FooterCardProps {
const FooterCard = ({ const FooterCard = ({
// logoSrc, // logoSrc,
// logoAlt = "Logo", // logoAlt = "Logo",
logoText = "Proofweb", logoText = "Proof Digital",
copyrightText = `© 2025 | Proofweb`, copyrightText = `© 2025 | Proof Digital`,
socialLinks, socialLinks,
ariaLabel = "Site footer", ariaLabel = "Site footer",
className = "", className = "",

View File

@@ -28,7 +28,7 @@ interface FooterLogoRevealProps {
const FooterLogoReveal = ({ const FooterLogoReveal = ({
// logoSrc, // logoSrc,
// logoAlt = "Logo", // logoAlt = "Logo",
logoText = "Proofweb", logoText = "Proof Digital",
leftLink, leftLink,
rightLink, rightLink,
ariaLabel = "Site footer", ariaLabel = "Site footer",

View File

@@ -51,11 +51,11 @@ const FooterMedia = ({
imageAlt = "", imageAlt = "",
videoAriaLabel = "Footer video", videoAriaLabel = "Footer video",
// logoSrc = "/brand/logowhite.svg", // logoSrc = "/brand/logowhite.svg",
logoText = "Proofweb", logoText = "Proof Digital",
// logoWidth = 120, // logoWidth = 120,
// logoHeight = 40, // logoHeight = 40,
columns, columns,
copyrightText = `© 2025 | Proofweb`, copyrightText = `© 2025 | Proof Digital`,
onPrivacyClick, onPrivacyClick,
ariaLabel = "Site footer", ariaLabel = "Site footer",
className = "", className = "",