From 277cb8ca3669ef3051a76e6cc78397bb640aa71b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:43:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adf1e1d..d3a9b67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,25 +212,25 @@ export default function LandingPage() { tag="What We Offer" tagIcon={Zap} tagAnimation="slide-up" - showStepNumbers="true" + showStepNumbers={true} animationType="slide-up" textboxLayout="default" 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"] } } ]} -- 2.49.1