Merge version_2 into main #13

Merged
bender merged 1 commits from version_2 into main 2026-03-20 11:43:48 +00:00

View File

@@ -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"] }
}
]}