Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -24,10 +24,10 @@ export default function AboutPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
brandName="Henuka Fernando"
|
||||
navItems={[
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Work", id: "/portfolio" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
@@ -36,8 +36,8 @@ export default function AboutPage() {
|
||||
|
||||
<div id="agency-background" data-section="agency-background">
|
||||
<FeatureCardSix
|
||||
title="About Our Agency"
|
||||
description="Webild is a passionate team of digital creators dedicated to transforming brands through innovative web solutions. We combine cutting-edge design with robust development to deliver experiences that not only look good but perform exceptionally."
|
||||
title="About Henuka Fernando"
|
||||
description="Henuka Fernando is a passionate digital creator dedicated to transforming brands through innovative web solutions. I combine cutting-edge design with robust development to deliver experiences that not only look good but perform exceptionally."
|
||||
tag="Creative & Strategic"
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="slide-up"
|
||||
@@ -45,7 +45,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Our Mission", description: "To empower businesses with stunning, high-performing websites that drive growth and connect with their audience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=3", imageAlt: "Our agency team working together", buttons: [{text: "Learn More", href: "#"}]
|
||||
title: "My Mission", description: "To empower businesses with stunning, high-performing websites that drive growth and connect with their audience. My mission is to craft digital solutions that leave a lasting impact.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=3", imageAlt: "Our agency team working together", buttons: [{text: "Learn More", href: "#"}]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -53,7 +53,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="engineer-bio" data-section="engineer-bio">
|
||||
<TeamCardTen
|
||||
title="Meet Our Lead Engineer"
|
||||
title="Meet Henuka Fernando"
|
||||
tag="Driving Innovation"
|
||||
tagAnimation="slide-up"
|
||||
membersAnimation="slide-up"
|
||||
@@ -61,30 +61,30 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Alex Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=2", imageAlt: "Alex Johnson, Lead Engineer"
|
||||
id: "1", name: "Henuka Fernando", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=2", imageAlt: "Henuka Fernando, Lead Engineer"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterBase
|
||||
logoText="Webild"
|
||||
copyrightText="© 2026 | Webild"
|
||||
logoText="Henuka Fernando"
|
||||
copyrightText="© 2026 | Henuka Fernando"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Work", href: "#work" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "/portfolio" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "#" },
|
||||
{ label: "SEO", href: "#" },
|
||||
{ label: "Branding", href: "#" },
|
||||
{ label: "UI/UX Design", href: "#" }
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "SEO", href: "/services" },
|
||||
{ label: "Branding", href: "/services" },
|
||||
{ label: "UI/UX Design", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -100,4 +100,4 @@ export default function AboutPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -22,10 +22,10 @@ export default function ContactPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
brandName="Henuka Fernando"
|
||||
navItems={[
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Work", id: "/portfolio" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
@@ -55,23 +55,23 @@ export default function ContactPage() {
|
||||
</div>
|
||||
|
||||
<FooterBase
|
||||
logoText="Webild"
|
||||
copyrightText="© 2026 | Webild"
|
||||
logoText="Henuka Fernando"
|
||||
copyrightText="© 2026 | Henuka Fernando"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Work", href: "#work" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "/portfolio" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "#" },
|
||||
{ label: "SEO", href: "#" },
|
||||
{ label: "Branding", href: "#" },
|
||||
{ label: "UI/UX Design", href: "#" }
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "SEO", href: "/services" },
|
||||
{ label: "Branding", href: "/services" },
|
||||
{ label: "UI/UX Design", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -87,4 +87,4 @@ export default function ContactPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -31,10 +31,10 @@ export default function WebAgency2Page() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
brandName="Henuka Fernando"
|
||||
navItems={[
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Work", id: "/portfolio" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
@@ -49,7 +49,7 @@ export default function WebAgency2Page() {
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Start Project", href: "/contact" },
|
||||
{ text: "View Work", href: "#work" }
|
||||
{ text: "View Work", href: "/portfolio" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
@@ -74,7 +74,7 @@ export default function WebAgency2Page() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "All Services", href: "#services" }]}
|
||||
buttons={[{ text: "All Services", href: "/services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function WebAgency2Page() {
|
||||
description="A selection of projects we've crafted for clients across industries."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Work", href: "#work" }]}
|
||||
buttons={[{ text: "View All Work", href: "/portfolio" }]}
|
||||
buttonAnimation="slide-up"
|
||||
cardClassName="!h-auto aspect-video"
|
||||
features={[
|
||||
@@ -199,7 +199,7 @@ export default function WebAgency2Page() {
|
||||
]}
|
||||
/>
|
||||
<FeatureCardSixteen
|
||||
title="Why Choose Webild"
|
||||
title="Why Choose Henuka Fernando"
|
||||
description="See the difference a professional web agency makes."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -249,29 +249,29 @@ export default function WebAgency2Page() {
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
{ text: "View Our Work", href: "#work" }
|
||||
{ text: "View Our Work", href: "/portfolio" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBase
|
||||
logoText="Webild"
|
||||
copyrightText="© 2026 | Webild"
|
||||
logoText="Henuka Fernando"
|
||||
copyrightText="© 2026 | Henuka Fernando"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Work", href: "#work" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "/portfolio" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "#" },
|
||||
{ label: "SEO", href: "#" },
|
||||
{ label: "Branding", href: "#" },
|
||||
{ label: "UI/UX Design", href: "#" }
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "SEO", href: "/services" },
|
||||
{ label: "Branding", href: "/services" },
|
||||
{ label: "UI/UX Design", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -287,4 +287,4 @@ export default function WebAgency2Page() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -23,14 +23,14 @@ export default function PortfolioPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
brandName="Henuka Fernando"
|
||||
navItems={[
|
||||
{ name: "Work", id: "/portfolio" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
|
||||
<FeatureCardTwentyFour
|
||||
@@ -68,15 +68,15 @@ export default function PortfolioPage() {
|
||||
/>
|
||||
|
||||
<FooterBase
|
||||
logoText="Webild"
|
||||
copyrightText="© 2026 | Webild"
|
||||
logoText="Henuka Fernando"
|
||||
copyrightText="© 2026 | Henuka Fernando"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "/portfolio" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -100,4 +100,4 @@ export default function PortfolioPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user