Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 15:08:26 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -27,10 +27,10 @@ export default function AboutPage() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Work", href: "/#work" },
{ name: "Services", href: "/#services" },
{ name: "About", href: "/about" },
{ name: "Contact", href: "/#contact" },
{ name: "Work", id: "/#work" },
{ name: "Services", id: "/#services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/#contact" }
]}
button={{ text: "Get Started", href: "/#contact" }}
/>
@@ -82,12 +82,12 @@ export default function AboutPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
members={[
{ id: "1", name: "Sarah Miller", role: "CEO & Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "2", name: "Michael Chen", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Michael Chen", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "3", name: "Emily Rodriguez", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Emily Rodriguez", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "4", name: "David Kim", role: "Marketing Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "David Kim", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "5", name: "Jessica Lee", role: "UX/UI Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "Jessica Lee", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "6", name: "Chris Brown", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-6.webp", imageAlt: "Chris Brown", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "1", name: "Sarah Miller", role: "CEO & Founder", description: "Dedicated to crafting exceptional digital experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "2", name: "Michael Chen", role: "Lead Developer", description: "Dedicated to crafting exceptional digital experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Michael Chen", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "3", name: "Emily Rodriguez", role: "Creative Director", description: "Dedicated to crafting exceptional digital experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Emily Rodriguez", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "4", name: "David Kim", role: "Marketing Specialist", description: "Dedicated to crafting exceptional digital experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "David Kim", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "5", name: "Jessica Lee", role: "UX/UI Designer", description: "Dedicated to crafting exceptional digital experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "Jessica Lee", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] },
{ id: "6", name: "Chris Brown", role: "Project Manager", description: "Dedicated to crafting exceptional digital experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-6.webp", imageAlt: "Chris Brown", socialLinks: [{icon: Twitter, url: "#"}, {icon: Linkedin, url: "#"}] }
]}
/>
</div>

View File

@@ -33,10 +33,10 @@ export default function WebAgency2Page() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Work", href: "/#work" },
{ name: "Services", href: "/#services" },
{ name: "About", href: "/#about" },
{ name: "Contact", href: "/contact" }
{ name: "Work", id: "/#work" },
{ name: "Services", id: "/#services" },
{ name: "About", id: "/#about" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>