Update src/app/page.tsx

This commit is contained in:
2026-03-03 09:24:37 +00:00
parent 740730d018
commit 3c00cb8030

View File

@@ -84,6 +84,31 @@ export default function HomePage() {
/>
</div>
<div id="capabilities" data-section="capabilities">
<FeatureCardNine
title="Our Capabilities"
description="Comprehensive solutions designed to elevate your digital presence and drive measurable results"
tag="What We Deliver"
tagIcon={Lightbulb}
tagAnimation="slide-up"
features={[
{
id: 1,
title: "Strategic Design", description: "User-centric design that combines aesthetics with functionality. We create digital experiences that engage your audience and drive conversions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/abstract-representation-of-web-design-pr-1772527372333-1ad2600f.png?_wi=1", imageAlt: "Strategic design process"},
{
id: 2,
title: "Advanced Development", description: "Robust, scalable websites built with modern technologies. We ensure seamless performance, fast loading times, and exceptional user experience across all devices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/code-editor-on-screen-displaying-clean-o-1772527370169-57931e12.png?_wi=1", imageAlt: "Advanced development"},
{
id: 3,
title: "Brand Identity", description: "Cohesive visual identities that resonate with your target audience. From logo design to complete brand guidelines, we establish your unique market position.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/branding-identity-elements-spread-out-in-1772527370942-4bda01ed.png?_wi=2", imageAlt: "Brand identity elements"},
]}
showStepNumbers={true}
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
metrics={[
@@ -109,30 +134,36 @@ export default function HomePage() {
<TeamCardEleven
groups={[
{
id: "leadership", groupTitle: "Leadership Team", members: [
id: "leadership", groupTitle: "Leadership", members: [
{
id: "1", title: "Alex Johnson", subtitle: "Founder & Creative Director", detail: "alex@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-mal-1772527369460-6104c452.png", imageAlt: "Alex Johnson"},
{
id: "2", title: "Sarah Chen", subtitle: "Head of Development", detail: "sarah@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-fem-1772527369324-28809a03.png", imageAlt: "Sarah Chen"},
id: "1", title: "You", subtitle: "Founder & Creative Director", detail: "Leading our vision and creative direction", imageSrc: "", imageAlt: "Team member photo"},
],
},
{
id: "designers", groupTitle: "Design Team", members: [
id: "creative", groupTitle: "Creative Team", members: [
{
id: "3", title: "Marcus Rodriguez", subtitle: "UX/UI Designer", detail: "marcus@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-mal-1772527370017-a9558657.png", imageAlt: "Marcus Rodriguez"},
id: "2", title: "Sarah Mitchell", subtitle: "Lead Designer", detail: "sarah@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-fem-1772527369324-28809a03.png", imageAlt: "Sarah Mitchell"},
{
id: "4", title: "Emily Park", subtitle: "Brand Designer", detail: "emily@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-young-female--1772527369938-37ff44ff.png", imageAlt: "Emily Park"},
id: "3", title: "James Chen", subtitle: "UI/UX Specialist", detail: "james@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-mal-1772527369460-6104c452.png", imageAlt: "James Chen"},
],
},
{
id: "development", groupTitle: "Development Team", members: [
{
id: "4", title: "Emily Rodriguez", subtitle: "Full Stack Developer", detail: "emily@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-young-female--1772527369938-37ff44ff.png", imageAlt: "Emily Rodriguez"},
{
id: "5", title: "David Park", subtitle: "Backend Engineer", detail: "david@pulsedigital.com", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/professional-headshot-of-a-confident-mal-1772527370017-a9558657.png", imageAlt: "David Park"},
],
},
]}
animationType="slide-up"
title="Meet The Team"
description="Meet the talented individuals who bring your projects to life"
tag="Our Team"
tagIcon={Users}
tagAnimation="slide-up"
description="Talented professionals dedicated to bringing your vision to life"
textboxLayout="default"
useInvertedBackground={false}
tag="Our People"
tagIcon={Users}
tagAnimation="slide-up"
/>
</div>