Update src/app/page.tsx
This commit is contained in:
@@ -65,9 +65,9 @@ export default function LandingPage() {
|
|||||||
title="Pioneering IT Innovation Since 2015"
|
title="Pioneering IT Innovation Since 2015"
|
||||||
description="We transform enterprise technology through immersive 3D solutions and interactive digital experiences. Our team combines deep technical expertise with creative vision to deliver solutions that engage, inspire, and drive measurable results."
|
description="We transform enterprise technology through immersive 3D solutions and interactive digital experiences. Our team combines deep technical expertise with creative vision to deliver solutions that engage, inspire, and drive measurable results."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ value: "500+", title: "Enterprise Clients", description: "" },
|
{ value: "500+", title: "Enterprise Clients" },
|
||||||
{ value: "99.9%", title: "System Uptime", description: "" },
|
{ value: "99.9%", title: "System Uptime" },
|
||||||
{ value: "180M+", title: "Users Worldwide", description: "" }
|
{ value: "180M+", title: "Users Worldwide" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="About Us"
|
tag="About Us"
|
||||||
@@ -160,16 +160,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "metric-1", value: "45%", title: "Performance Boost", description: "Average improvement in system performance and user engagement"
|
id: "metric-1", value: "45%", title: "Performance Boost", description: "Average improvement in system performance and user engagement", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAtOQOfQWjaopMUbHz5SqXyhxC/abstract-3d-visualization-with-floating--1773943801137-782a8652.png", videoAriaLabel: "Metric 1 visualization"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "metric-2", value: "60%", title: "Cost Reduction", description: "Operational expenses decreased through automation and optimization"
|
id: "metric-2", value: "60%", title: "Cost Reduction", description: "Operational expenses decreased through automation and optimization", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAtOQOfQWjaopMUbHz5SqXyhxC/abstract-3d-visualization-with-floating--1773943801137-782a8652.png", videoAriaLabel: "Metric 2 visualization"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "metric-3", value: "98%", title: "Satisfaction Rate", description: "Client satisfaction with our interactive 3D platform and support"
|
id: "metric-3", value: "98%", title: "Satisfaction Rate", description: "Client satisfaction with our interactive 3D platform and support", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAtOQOfQWjaopMUbHz5SqXyhxC/abstract-3d-visualization-with-floating--1773943801137-782a8652.png", videoAriaLabel: "Metric 3 visualization"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "metric-4", value: "24/7", title: "Support Available", description: "Round-the-clock technical support and monitoring services"
|
id: "metric-4", value: "24/7", title: "Support Available", description: "Round-the-clock technical support and monitoring services", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAtOQOfQWjaopMUbHz5SqXyhxC/abstract-3d-visualization-with-floating--1773943801137-782a8652.png", videoAriaLabel: "Metric 4 visualization"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Metrics section - Performance indicators"
|
ariaLabel="Metrics section - Performance indicators"
|
||||||
|
|||||||
Reference in New Issue
Block a user