43 Commits

Author SHA1 Message Date
fed43e8aa0 Update src/app/services/page.tsx 2026-03-05 18:45:10 +00:00
a195f3e3b0 Update src/app/portfolio/page.tsx 2026-03-05 18:45:09 +00:00
1aa2eecdf6 Update src/app/page.tsx 2026-03-05 18:45:09 +00:00
2813785b08 Update src/app/layout.tsx 2026-03-05 18:45:08 +00:00
4c4cd18673 Update src/app/contact/page.tsx 2026-03-05 18:45:08 +00:00
7e05e2e3d2 Update src/app/about/page.tsx 2026-03-05 18:45:07 +00:00
054dc5e4ad Update src/components/sections/footer/FooterMedia.tsx 2026-03-05 18:45:02 +00:00
63f0163f69 Update src/components/sections/footer/FooterLogoReveal.tsx 2026-03-05 18:45:02 +00:00
4cdd8d0bc8 Update src/components/sections/footer/FooterCard.tsx 2026-03-05 18:45:01 +00:00
dd1170fa45 Update src/components/sections/footer/FooterBaseCard.tsx 2026-03-05 18:45:00 +00:00
e7252c65d7 Update src/components/sections/footer/FooterBase.tsx 2026-03-05 18:44:59 +00:00
427c6ca8a0 Update src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx 2026-03-05 18:44:58 +00:00
fe8dab2844 Update src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx 2026-03-05 18:44:58 +00:00
2721cf0ed2 Update src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx 2026-03-05 18:44:57 +00:00
0b7a0509dd Update src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx 2026-03-05 18:44:57 +00:00
b185606914 Update src/components/navbar/NavbarLayoutFloatingInline.tsx 2026-03-05 18:44:56 +00:00
b2683cdbd0 Update src/components/navbar/Logo.tsx 2026-03-05 18:44:56 +00:00
6033bbff81 Update src/app/layout.tsx 2026-03-05 18:44:55 +00:00
e9e0469682 Update registry/schemas/NavbarStyleFullscreen.schema.json 2026-03-05 18:44:55 +00:00
b44d4db3ab Update registry/schemas/NavbarStyleCentered.schema.json 2026-03-05 18:44:54 +00:00
327b6398e4 Update registry/schemas/NavbarStyleApple.schema.json 2026-03-05 18:44:54 +00:00
fbb053dadf Update registry/schemas/NavbarLayoutFloatingOverlay.schema.json 2026-03-05 18:44:53 +00:00
3773a426a3 Update registry/schemas/NavbarLayoutFloatingInline.schema.json 2026-03-05 18:44:53 +00:00
4f63694329 Update registry/schemas/FooterMedia.schema.json 2026-03-05 18:44:52 +00:00
de45684412 Update registry/schemas/FooterLogoReveal.schema.json 2026-03-05 18:44:52 +00:00
c05f9953ac Update registry/schemas/FooterLogoEmphasis.schema.json 2026-03-05 18:44:51 +00:00
3db69ea024 Update registry/schemas/FooterCard.schema.json 2026-03-05 18:44:50 +00:00
10e3648438 Update registry/schemas/FooterBaseCard.schema.json 2026-03-05 18:44:50 +00:00
9c945c1bdc Update registry/schemas/FooterBase.schema.json 2026-03-05 18:44:49 +00:00
cf4c76d509 Update registry/components/NavbarStyleFullscreen.json 2026-03-05 18:44:49 +00:00
da695b445c Update registry/components/NavbarStyleCentered.json 2026-03-05 18:44:48 +00:00
f791d6af60 Update registry/components/NavbarStyleApple.json 2026-03-05 18:44:48 +00:00
4d796b14dd Update registry/components/NavbarLayoutFloatingOverlay.json 2026-03-05 18:44:47 +00:00
cb00eaff59 Update registry/components/NavbarLayoutFloatingInline.json 2026-03-05 18:44:47 +00:00
59e1ccd56c Update registry/components/HeroLogo.json 2026-03-05 18:44:46 +00:00
2bd72477f7 Update registry/components/FooterSimple.json 2026-03-05 18:44:46 +00:00
d1096ff147 Update registry/components/FooterMedia.json 2026-03-05 18:44:46 +00:00
4e8a5aeff0 Update registry/components/FooterLogoReveal.json 2026-03-05 18:44:45 +00:00
ae25677078 Update registry/components/FooterLogoEmphasis.json 2026-03-05 18:44:45 +00:00
9a8498595f Update registry/components/FooterCard.json 2026-03-05 18:44:44 +00:00
aa39b546a4 Update registry/components/FooterBaseReveal.json 2026-03-05 18:44:44 +00:00
85a9b309f0 Update registry/components/FooterBaseCard.json 2026-03-05 18:44:43 +00:00
498551affb Update registry/components/FooterBase.json 2026-03-05 18:44:43 +00:00
42 changed files with 1530 additions and 107 deletions

View File

@@ -6,14 +6,14 @@
"textRules": {
"logoText": {
"required": false,
"default": "Contact Us ",
"default": "CONTACT US ",
"example": "Company Name",
"minChars": 2,
"maxChars": 30
},
"copyrightText": {
"required": false,
"default": "© 2025 | Contact Us ",
"default": "© 2025 | CONTACT US ",
"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: 'Contact Us ')",
"copyrightText?": "string (default: '© 2025 | Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"copyrightText?": "string (default: '© 2025 | CONTACT US ')",
"onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",

View File

@@ -6,14 +6,14 @@
"textRules": {
"copyrightText": {
"required": false,
"example": "© 2025 | Contact Us ",
"example": "© 2025 | CONTACT US ",
"minChars": 5,
"maxChars": 100,
"note": "Copyright text displayed at bottom left"
},
"logoText": {
"required": false,
"example": "Contact Us ",
"example": "CONTACT US ",
"minChars": 2,
"maxChars": 30,
"note": "Text used for h2 heading"
@@ -34,9 +34,9 @@
}
},
"propsSchema": {
"logoText?": "string (default: 'Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)",
"copyrightText?": "string (default: '© 2025 | Contact Us ')",
"copyrightText?": "string (default: '© 2025 | CONTACT US ')",
"onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",
@@ -51,7 +51,7 @@
"copyrightTextClassName?": "string",
"privacyButtonClassName?": "string"
},
"usageExample": "<FooterBaseCard columns={[{ title: 'Product', items: [{ label: 'Features', href: '/features' }, { label: 'Pricing', href: '/pricing' }] }, { title: 'Company', items: [{ label: 'About', href: '/about' }, { label: 'Blog', href: '/blog' }] }]} logoText=\"Contact Us \" copyrightText=\"© 2025 | Contact Us \" onPrivacyClick={() => console.log('Privacy clicked')} />",
"usageExample": "<FooterBaseCard columns={[{ title: 'Product', items: [{ label: 'Features', href: '/features' }, { label: 'Pricing', href: '/pricing' }] }, { title: 'Company', items: [{ label: 'About', href: '/about' }, { label: 'Blog', href: '/blog' }] }]} logoText=\"CONTACT US \" copyrightText=\"© 2025 | CONTACT US \" onPrivacyClick={() => console.log('Privacy clicked')} />",
"do": [
"Use for general use",
"Requires columns[]"

View File

@@ -6,7 +6,7 @@
"textRules": {
"copyrightText": {
"required": false,
"default": "© 2025 | Contact Us ",
"default": "© 2025 | CONTACT US ",
"example": "© 2025 Company Name",
"minChars": 5,
"maxChars": 50

View File

@@ -6,14 +6,14 @@
"textRules": {
"copyrightText": {
"required": false,
"example": "© 2025 | Contact Us ",
"example": "© 2025 | CONTACT US ",
"minChars": 5,
"maxChars": 100,
"note": "Copyright text displayed at bottom left"
},
"logoText": {
"required": false,
"example": "Contact Us ",
"example": "CONTACT US ",
"minChars": 2,
"maxChars": 30,
"note": "Text used for SVG logo"
@@ -33,8 +33,8 @@
}
},
"propsSchema": {
"logoText?": "string (default: 'Contact Us ')",
"copyrightText?": "string (default: '© 2025 | Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"copyrightText?": "string (default: '© 2025 | CONTACT US ')",
"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": "<FooterCard logoText=\"Contact Us \" copyrightText=\"© 2025 | Contact Us \" socialLinks={[{ icon: Twitter, href: 'https://twitter.com/webild', ariaLabel: 'Twitter' }, { icon: Linkedin, href: 'https://linkedin.com/company/webild', ariaLabel: 'LinkedIn' }]} />",
"usageExample": "<FooterCard logoText=\"CONTACT US \" copyrightText=\"© 2025 | CONTACT US \" socialLinks={[{ icon: Twitter, href: 'https://twitter.com/webild', ariaLabel: 'Twitter' }, { icon: Linkedin, href: 'https://linkedin.com/company/webild', ariaLabel: 'LinkedIn' }]} />",
"do": [
"Use for general use",
"Requires socialLinks?[]"

View File

@@ -6,7 +6,7 @@
"textRules": {
"logoText": {
"required": false,
"default": "Contact Us ",
"default": "CONTACT US ",
"example": "Company Name",
"minChars": 2,
"maxChars": 30

View File

@@ -6,7 +6,7 @@
"textRules": {
"logoText": {
"required": false,
"example": "Contact Us ",
"example": "CONTACT US ",
"minChars": 2,
"maxChars": 30,
"note": "Text used for SVG logo"
@@ -20,7 +20,7 @@
}
},
"propsSchema": {
"logoText?": "string (default: 'Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"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": "<FooterLogoReveal logoText=\"Contact Us \" leftLink={{ text: 'Privacy Policy', href: '/privacy' }} rightLink={{ text: 'Terms of Service', href: '/terms' }} />",
"usageExample": "<FooterLogoReveal logoText=\"CONTACT US \" leftLink={{ text: 'Privacy Policy', href: '/privacy' }} rightLink={{ text: 'Terms of Service', href: '/terms' }} />",
"do": [
"Use for general use"
],

View File

@@ -6,14 +6,14 @@
"textRules": {
"logoText": {
"required": false,
"default": "Contact Us ",
"default": "CONTACT US ",
"example": "Company Name",
"minChars": 2,
"maxChars": 30
},
"copyrightText": {
"required": false,
"default": "© 2025 | Contact Us ",
"default": "© 2025 | CONTACT US ",
"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: 'Contact Us ')",
"copyrightText?": "string (default: '© 2025 | Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"copyrightText?": "string (default: '© 2025 | CONTACT US ')",
"onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",

View File

@@ -12,7 +12,7 @@
},
"bottomRightText": {
"required": true,
"example": "Made with Contact Us ",
"example": "Made with CONTACT US ",
"minChars": 2,
"maxChars": 50
},
@@ -63,7 +63,7 @@
"bottomLeftTextClassName?": "string",
"bottomRightTextClassName?": "string"
},
"usageExample": "<FooterSimple columns={[{ title: 'Navigate', items: [{ label: 'Home', href: '#' }, { label: 'About', href: '#' }] }, { title: 'Resources', items: [{ label: 'Blog', href: '#' }, { label: 'FAQ', href: '#' }] }, { title: 'Legal', items: [{ label: 'Privacy', href: '#' }, { label: 'Terms', href: '#' }] }]} bottomLeftText=\"© 2025 Company. All rights reserved.\" bottomRightText=\"Made with Contact Us \" />",
"usageExample": "<FooterSimple columns={[{ title: 'Navigate', items: [{ label: 'Home', href: '#' }, { label: 'About', href: '#' }] }, { title: 'Resources', items: [{ label: 'Blog', href: '#' }, { label: 'FAQ', href: '#' }] }, { title: 'Legal', items: [{ label: 'Privacy', href: '#' }, { label: 'Terms', href: '#' }] }]} bottomLeftText=\"© 2025 Company. All rights reserved.\" bottomRightText=\"Made with CONTACT US \" />",
"do": [
"Use for feature showcases",
"Use for capability displays",

View File

@@ -6,7 +6,7 @@
"textRules": {
"logoText": {
"required": true,
"example": "Contact Us ",
"example": "CONTACT US ",
"minChars": 2,
"maxChars": 20
},
@@ -79,7 +79,7 @@
"blurClassName?": "string",
"dimOverlayClassName?": "string"
},
"usageExample": "<ThemeProvider defaultButtonVariant=\"hover-bubble\" defaultTextAnimation=\"entrance-slide\" borderRadius=\"pill\">\n <HeroLogo \n logoText=\"Contact Us \" \n description=\"Building the future of web design with innovative solutions\" \n buttons={[{ text: 'Get Started', href: 'https://github.com' }, { text: 'Learn More', href: 'about' }]} \n imageSrc=\"/placeholders/placeholder5.jpg\" \n imageAlt=\"Hero background\"\n />\n</ThemeProvider>",
"usageExample": "<ThemeProvider defaultButtonVariant=\"hover-bubble\" defaultTextAnimation=\"entrance-slide\" borderRadius=\"pill\">\n <HeroLogo \n logoText=\"CONTACT US \" \n description=\"Building the future of web design with innovative solutions\" \n buttons={[{ text: 'Get Started', href: 'https://github.com' }, { text: 'Learn More', href: 'about' }]} \n imageSrc=\"/placeholders/placeholder5.jpg\" \n imageAlt=\"Hero background\"\n />\n</ThemeProvider>",
"do": [
"Use for landing pages",
"Use for feature showcases",

View File

@@ -10,7 +10,7 @@
"required": false,
"minChars": 2,
"maxChars": 20,
"example": "Contact Us ",
"example": "CONTACT US ",
"fallbackBehavior": "Shows brandName text"
},
"buttonRules": {
@@ -52,7 +52,7 @@
},
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Contact Us ')",
"brandName?": "string (default: 'CONTACT US ')",
"button": "{text: string, onClick?: () => void, href?: string}",
"animateOnLoad?": "boolean (default: true)",
"className?": "string (default: '')",

View File

@@ -10,7 +10,7 @@
"required": false,
"minChars": 2,
"maxChars": 20,
"example": "Contact Us ",
"example": "CONTACT US ",
"fallbackBehavior": "Shows brandName text"
},
"buttonRules": {
@@ -53,7 +53,7 @@
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"className?": "string",
"brandName?": "string (default: 'Contact Us ')",
"brandName?": "string (default: 'CONTACT US ')",
"button": "{text: string, onClick?: () => void, href?: string}",
"buttonClassName?": "string (default: '')",
"buttonTextClassName?": "string (default: '')"

View File

@@ -10,7 +10,7 @@
"required": false,
"minChars": 2,
"maxChars": 20,
"example": "Contact Us ",
"example": "CONTACT US ",
"fallbackBehavior": "Shows brandName text"
},
"linkRules": {
@@ -35,7 +35,7 @@
},
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Contact Us ')"
"brandName?": "string (default: 'CONTACT US ')"
},
"usageExample": "<NavbarStyleApple />",
"do": [

View File

@@ -10,7 +10,7 @@
"required": false,
"minChars": 2,
"maxChars": 20,
"example": "Contact Us ",
"example": "CONTACT US ",
"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: 'Contact Us ')",
"brandName?": "string (default: 'CONTACT US ')",
"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'}} />",

View File

@@ -10,7 +10,7 @@
"required": false,
"minChars": 2,
"maxChars": 20,
"example": "Contact Us ",
"example": "CONTACT US ",
"fallbackBehavior": "Shows brandName text"
},
"linkRules": {
@@ -49,7 +49,7 @@
},
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Contact Us ')",
"brandName?": "string (default: 'CONTACT US ')",
"bottomLeftText?": "string (default: 'Global Community')",
"bottomRightText?": "string (default: 'hello@example.com')",
"topBarClassName?": "string (default: '')"

View File

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

View File

@@ -1,9 +1,9 @@
{
"name": "FooterBaseCard",
"propsSchema": {
"logoText?": "string (default: 'Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns",
"copyrightText?": "string (default: '© 2025 | Contact Us ')",
"copyrightText?": "string (default: '© 2025 | CONTACT US ')",
"onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",

View File

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

View File

@@ -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: 'Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",
"containerClassName?": "string",

View File

@@ -1,7 +1,7 @@
{
"name": "FooterLogoReveal",
"propsSchema": {
"logoText?": "string (default: 'Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"logoLineHeight?": "number (default: 1.1)",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",

View File

@@ -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: 'Contact Us ')",
"copyrightText?": "string (default: '© 2025 | Contact Us ')",
"logoText?": "string (default: 'CONTACT US ')",
"copyrightText?": "string (default: '© 2025 | CONTACT US ')",
"onPrivacyClick?": "() => void",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",

View File

@@ -2,7 +2,7 @@
"name": "NavbarLayoutFloatingInline",
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Contact Us ')",
"brandName?": "string (default: 'CONTACT US ')",
"button": "{text: string, onClick?: () => void, href?: string}",
"animateOnLoad?": "boolean (default: true)",
"className?": "string (default: '')",

View File

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

View File

@@ -2,6 +2,6 @@
"name": "NavbarStyleApple",
"propsSchema": {
"navItems": "Array<{name: string, id: string}>",
"brandName?": "string (default: 'Contact Us ')"
"brandName?": "string (default: 'CONTACT US ')"
}
}

View File

@@ -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: 'Contact Us ')",
"brandName?": "string (default: 'CONTACT US ')",
"className?": "string (default: '')"
}
}

View File

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

View File

@@ -65,7 +65,7 @@ export default function AboutPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="VintDragon"
brandName="Vintdragon"
button={{
text: "Book Strategy Call",
href: "/contact",
@@ -76,7 +76,7 @@ export default function AboutPage() {
<div id="about-hero" data-section="about-hero">
<HeroCentered
title="About VintDragon - Your Digital Growth Partner"
title="About Vintdragon - Your Digital Growth Partner"
description="Founded on the principle that great design and marketing strategy drive measurable business results. We combine creative excellence with data-driven methodology to transform digital presence into competitive advantage."
avatars={[
{
@@ -105,7 +105,7 @@ export default function AboutPage() {
<div id="our-story" data-section="our-story">
<FeatureBento
title="Our Story & Mission"
description="VintDragon was founded on the conviction that every business deserves world-class digital solutions. We started small—just a passionate team of designers and marketers. Today, we've helped 50+ companies achieve exponential growth through strategic thinking and technical excellence."
description="Vintdragon was founded on the conviction that every business deserves world-class digital solutions. We started small—just a passionate team of designers and marketers. Today, we've helped 50+ companies achieve exponential growth through strategic thinking and technical excellence."
tag="About Us"
tagIcon={Sparkles}
features={[
@@ -181,7 +181,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 VintDragon. Driving Business Growth Through Digital Excellence."
copyrightText="© 2025 Vintdragon. Driving Business Growth Through Digital Excellence."
/>
</div>
</ThemeProvider>

View File

@@ -64,7 +64,7 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="VintDragon"
brandName="Vintdragon"
button={{
text: "Book Strategy Call",
href: "/contact",
@@ -122,7 +122,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 VintDragon. Driving Business Growth Through Digital Excellence."
copyrightText="© 2025 Vintdragon. Driving Business Growth Through Digital Excellence."
/>
</div>
</ThemeProvider>

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
import FeatureBento from "@/components/sections/feature/FeatureBento";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterCard from "@/components/sections/footer/FooterCard";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import {
Layout,
@@ -39,6 +39,35 @@ export default function HomePage() {
{ name: "Process", id: "/process" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Web Design & Development", href: "/services" },
{ label: "Digital Marketing Strategy", href: "/services" },
{ label: "SEO & Search Visibility", href: "/services" },
{ label: "Paid Advertising", href: "/services" },
{ label: "AI Optimization", href: "/services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Process", href: "#process" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
{ label: "Disclaimer", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -55,10 +84,9 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="VintDragon"
brandName="Vintdragon"
button={{
text: "Book Strategy Call", href: "/contact"
}}
text: "Book Strategy Call", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -66,10 +94,10 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroCentered
title="Grow Your Business Through High-Performance Digital Marketing & Web Development"
description="VintDragon helps scaling companies generate more leads, dominate their markets, and drive measurable revenue growth through strategic web design, AI-powered marketing, and data-driven optimization."
description="Vintdragon helps scaling companies generate more leads, dominate their markets, and drive measurable revenue growth through strategic web design, AI-powered marketing, and data-driven optimization."
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTy5QR9k4M4P80OQXSbT6XGLr/professional-headshot-of-a-confident-bus-1772731415869-4f91450a.png", alt: "VintDragon client success"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTy5QR9k4M4P80OQXSbT6XGLr/professional-headshot-of-a-confident-bus-1772731415869-4f91450a.png", alt: "Vintdragon client success"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTy5QR9k4M4P80OQXSbT6XGLr/professional-headshot-of-a-female-entrep-1772731418645-6ba957ca.png", alt: "Satisfied business partner"},
{
@@ -125,7 +153,7 @@ export default function HomePage() {
<div id="why-vintdragon" data-section="why-vintdragon">
<FeatureBento
title="Why Choose VintDragon"
title="Why Choose Vintdragon"
description="We're not just a design agency. We're strategic growth partners obsessed with your results. Here's what sets us apart:"
tag="Our Approach"
tagIcon={Award}
@@ -178,7 +206,7 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="VintDragon transformed our online presence completely. Within 6 months, our leads tripled and our website now converts at 2x the industry average. Their team is professional, responsive, and genuinely invested in our success. They don't just deliver projects—they deliver real business growth."
testimonial="Vintdragon transformed our online presence completely. Within 6 months, our leads tripled and our website now converts at 2x the industry average. Their team is professional, responsive, and genuinely invested in our success. They don't just deliver projects—they deliver real business growth."
rating={5}
author="Sarah Martinez, CEO at TechScale Inc."
avatars={[
@@ -304,11 +332,11 @@ export default function HomePage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="VintDragon"
copyrightText="© 2025 VintDragon. Driving Business Growth Through Digital Excellence."
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 Vintdragon. Driving Business Growth Through Digital Excellence."
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -5,7 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroCentered from "@/components/sections/hero/HeroCentered";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FooterCard from "@/components/sections/footer/FooterCard";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import {
TrendingUp,
@@ -24,6 +24,35 @@ export default function PortfolioPage() {
{ name: "Process", id: "/process" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Web Design & Development", href: "/services" },
{ label: "Digital Marketing Strategy", href: "/services" },
{ label: "SEO & Search Visibility", href: "/services" },
{ label: "Paid Advertising", href: "/services" },
{ label: "AI Optimization", href: "/services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Process", href: "#process" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
{ label: "Disclaimer", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -40,10 +69,9 @@ export default function PortfolioPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="VintDragon"
brandName="Vintdragon"
button={{
text: "Book Strategy Call", href: "/contact"
}}
text: "Book Strategy Call", href: "/contact"}}
animateOnLoad={true}
/>
</div>
@@ -51,7 +79,7 @@ export default function PortfolioPage() {
<div id="portfolio-hero" data-section="portfolio-hero">
<HeroCentered
title="Portfolio & Case Studies - Real Results from Real Clients"
description="See the measurable impact VintDragon has delivered to businesses like yours. Our portfolio showcases strategic design, data-driven marketing, and tangible revenue growth."
description="See the measurable impact Vintdragon has delivered to businesses like yours. Our portfolio showcases strategic design, data-driven marketing, and tangible revenue growth."
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTy5QR9k4M4P80OQXSbT6XGLr/professional-headshot-of-a-confident-bus-1772731415869-4f91450a.png", alt: "Success stories"},
@@ -116,7 +144,7 @@ export default function PortfolioPage() {
<div id="client-testimonial" data-section="client-testimonial">
<TestimonialCardFifteen
testimonial="VintDragon didn't just redesign our website—they transformed our entire digital presence. Within six months, our leads tripled and our conversion rate improved by 2x. They're true partners who genuinely care about our success."
testimonial="Vintdragon didn't just redesign our website—they transformed our entire digital presence. Within six months, our leads tripled and our conversion rate improved by 2x. They're true partners who genuinely care about our success."
rating={5}
author="Michael Chen, Founder of Growth Ventures"
avatars={[
@@ -140,11 +168,11 @@ export default function PortfolioPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="VintDragon"
copyrightText="© 2025 VintDragon. Driving Business Growth Through Digital Excellence."
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 Vintdragon. Driving Business Growth Through Digital Excellence."
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -75,7 +75,7 @@ export default function ServicesPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="VintDragon"
brandName="Vintdragon"
button={{
text: "Book Strategy Call",
href: "/contact",
@@ -153,7 +153,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2025 VintDragon. Driving Business Growth Through Digital Excellence."
copyrightText="© 2025 Vintdragon. Driving Business Growth Through Digital Excellence."
/>
</div>
</ThemeProvider>

View File

@@ -18,7 +18,7 @@ interface LogoProps {
const Logo = ({
// logoSrc,
// logoAlt = "",
brandName = "Contact Us ",
brandName = "CONTACT US ",
// className = "",
// imageClassName = "",
textClassName = "",

View File

@@ -23,7 +23,7 @@ interface NavbarLayoutFloatingInlineProps {
const NavbarLayoutFloatingInline = ({
navItems,
brandName = "Contact Us ",
brandName = "CONTACT US ",
button,
animateOnLoad = true,
className = "",

View File

@@ -28,7 +28,7 @@ const NavbarLayoutFloatingOverlay = ({
// logoSrc,
// logoAlt = "",
className = "",
brandName = "Contact Us ",
brandName = "CONTACT US ",
button,
buttonClassName = "",
buttonTextClassName = "",

View File

@@ -25,7 +25,7 @@ const NavbarStyleApple = ({
navItems,
// logoSrc,
// logoAlt = "",
brandName = "Contact Us ",
brandName = "CONTACT US ",
button,
buttonClassName = "",
buttonTextClassName = "",

View File

@@ -57,7 +57,7 @@ const NavbarStyleCentered = ({
topBarButton,
// logoSrc,
// logoAlt = "",
brandName = "Contact Us ",
brandName = "CONTACT US ",
className = "",
}: NavbarStyleCenteredProps) => {
const [isActive, setIsActive] = useState(false);

View File

@@ -49,7 +49,7 @@ const NavbarStyleFullscreen = ({
navItems,
// logoSrc,
// logoAlt = "",
brandName = "Contact Us ",
brandName = "CONTACT US ",
bottomLeftText = "Global Community",
bottomRightText = "hello@example.com",
topBarClassName = "",

View File

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

View File

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

View File

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

View File

@@ -28,7 +28,7 @@ interface FooterLogoRevealProps {
const FooterLogoReveal = ({
// logoSrc,
// logoAlt = "Logo",
logoText = "Contact Us ",
logoText = "CONTACT US ",
leftLink,
rightLink,
ariaLabel = "Site footer",

View File

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