Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 15:55:28 +00:00

View File

@@ -65,6 +65,7 @@ export default function LandingPage() {
<AboutMetric
title="We're a team of digital creators passionate about building exceptional web experiences that help brands stand out in the digital world"
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{ icon: TrendingUp, label: "Projects Completed", value: "500+" },
{ icon: Users, label: "Happy Clients", value: "400+" },
@@ -87,18 +88,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Web Design & Development", description: "Beautiful, responsive websites that convert visitors into customers. We combine stunning design with powerful functionality.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cad-program-pc-monitor-photovoltaics-factory-used-production-line-design-simulation_482257-135832.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-developing-additional-layers-security-order-sustain-good-functionality-system-mixed-race-back-end-network-developers-analyzing-interface-database-cloud-processing-method_482257-41727.jpg?_wi=1" }
title: "Web Design & Development", description: "Beautiful, responsive websites that convert visitors into customers. We combine stunning design with powerful functionality.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cad-program-pc-monitor-photovoltaics-factory-used-production-line-design-simulation_482257-135832.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-developing-additional-layers-security-order-sustain-good-functionality-system-mixed-race-back-end-network-developers-analyzing-interface-database-cloud-processing-method_482257-41727.jpg" }
},
{
id: 2,
title: "UI/UX Design", description: "User-centered design that creates intuitive and engaging digital experiences. Every pixel serves a purpose.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cad-program-pc-monitor-photovoltaics-factory-used-production-line-design-simulation_482257-135832.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-developing-additional-layers-security-order-sustain-good-functionality-system-mixed-race-back-end-network-developers-analyzing-interface-database-cloud-processing-method_482257-41727.jpg?_wi=2" }
title: "UI/UX Design", description: "User-centered design that creates intuitive and engaging digital experiences. Every pixel serves a purpose.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cad-program-pc-monitor-photovoltaics-factory-used-production-line-design-simulation_482257-135832.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-developing-additional-layers-security-order-sustain-good-functionality-system-mixed-race-back-end-network-developers-analyzing-interface-database-cloud-processing-method_482257-41727.jpg" }
},
{
id: 3,
title: "Brand Strategy & Identity", description: "Compelling brand stories and visual identities that resonate with your target audience and build lasting connections.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cad-program-pc-monitor-photovoltaics-factory-used-production-line-design-simulation_482257-135832.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-developing-additional-layers-security-order-sustain-good-functionality-system-mixed-race-back-end-network-developers-analyzing-interface-database-cloud-processing-method_482257-41727.jpg?_wi=3" }
title: "Brand Strategy & Identity", description: "Compelling brand stories and visual identities that resonate with your target audience and build lasting connections.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cad-program-pc-monitor-photovoltaics-factory-used-production-line-design-simulation_482257-135832.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/team-developing-additional-layers-security-order-sustain-good-functionality-system-mixed-race-back-end-network-developers-analyzing-interface-database-cloud-processing-method_482257-41727.jpg" }
}
]}
/>