From cef9608792e673178489950cf7881716d230bd34 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:40:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cffba36..dd98f99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,19 +204,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Web Development", description: "Custom web applications with cutting-edge technology, responsive design, and lightning-fast performance optimized for conversions.", phoneOne: { imageSrc: assetMap["web-development-icon"] }, + id: 1, title: "Web Development", description: "Custom web applications with cutting-edge technology, responsive design, and lightning-fast performance optimized for conversions.", phoneOne: { imageSrc: assetMap["web-development-icon"] }, phoneTwo: { imageSrc: assetMap["project-1"] } }, { - id: "2", title: "App Development", description: "Native and cross-platform mobile applications with intuitive interfaces, seamless user experience, and robust backend infrastructure.", phoneOne: { imageSrc: assetMap["app-development-icon"] }, + id: 2, title: "App Development", description: "Native and cross-platform mobile applications with intuitive interfaces, seamless user experience, and robust backend infrastructure.", phoneOne: { imageSrc: assetMap["app-development-icon"] }, phoneTwo: { imageSrc: assetMap["project-2"] } }, { - id: "3", title: "Backend Systems", description: "Scalable server infrastructure, cloud solutions, and API development designed for enterprise-level performance and security.", phoneOne: { imageSrc: assetMap["backend-icon"] }, + id: 3, title: "Backend Systems", description: "Scalable server infrastructure, cloud solutions, and API development designed for enterprise-level performance and security.", phoneOne: { imageSrc: assetMap["backend-icon"] }, phoneTwo: { imageSrc: assetMap["project-3"] } }, { - id: "4", title: "UI/UX Design", description: "User-centered design systems, interactive prototypes, and visual storytelling that elevates brand presence and engagement.", phoneOne: { imageSrc: assetMap["ui-ux-icon"] }, + id: 4, title: "UI/UX Design", description: "User-centered design systems, interactive prototypes, and visual storytelling that elevates brand presence and engagement.", phoneOne: { imageSrc: assetMap["ui-ux-icon"] }, phoneTwo: { imageSrc: assetMap["project-4"] } } ]} @@ -299,16 +299,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "clients", value: "150+", title: "Happy Clients", description: "Global brands and ambitious startups trust our expertise", imageSrc: assetMap["logo-microsoft"] + id: "clients", value: 150, title: "Happy Clients", description: "Global brands and ambitious startups trust our expertise", imageSrc: assetMap["logo-microsoft"] }, { - id: "projects", value: "300+", title: "Projects Delivered", description: "From concept to launch, we've built extraordinary solutions", imageSrc: assetMap["logo-google"] + id: "projects", value: 300, title: "Projects Delivered", description: "From concept to launch, we've built extraordinary solutions", imageSrc: assetMap["logo-google"] }, { - id: "success", value: "98%", title: "Success Rate", description: "Consistent delivery of results that exceed expectations", imageSrc: assetMap["logo-amazon"] + id: "success", value: 98, title: "Success Rate", description: "Consistent delivery of results that exceed expectations", imageSrc: assetMap["logo-amazon"] }, { - id: "team", value: "50+", title: "Expert Team", description: "Top designers, developers, and strategists", imageSrc: assetMap["logo-apple"] + id: "team", value: 50, title: "Expert Team", description: "Top designers, developers, and strategists", imageSrc: assetMap["logo-apple"] } ]} /> -- 2.49.1