Merge version_2 into main #9

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

View File

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