diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a32357..05916ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Learn More", href: "#features" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4huCx76u8VGl1IvgBlyaQGAAK/a-modern-sleek-software-dashboard-interf-1773755182143-0256938e.png" imageAlt="Modern IT Dashboard" mediaAnimation="slide-up" @@ -112,16 +112,16 @@ export default function LandingPage() { tagAnimation="blur-reveal" metrics={[ { - id: "metric-1", value: "500+", title: "Enterprise Clients", description: "Trusted by leading companies globally for mission-critical IT solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4huCx76u8VGl1IvgBlyaQGAAK/an-upward-trending-business-growth-chart-1773755181397-acb4f597.png?_wi=1", imageAlt: "Growth Metrics" + id: "metric-1", value: "500+", title: "Enterprise Clients", description: "Trusted by leading companies globally for mission-critical IT solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4huCx76u8VGl1IvgBlyaQGAAK/an-upward-trending-business-growth-chart-1773755181397-acb4f597.png", imageAlt: "Growth Metrics" }, { - id: "metric-2", value: "99.99%", title: "Uptime Guarantee", description: "Reliable infrastructure and redundant systems ensure continuous service availability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4huCx76u8VGl1IvgBlyaQGAAK/an-upward-trending-business-growth-chart-1773755181397-acb4f597.png?_wi=2", imageAlt: "Performance Metrics" + id: "metric-2", value: "99.99%", title: "Uptime Guarantee", description: "Reliable infrastructure and redundant systems ensure continuous service availability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4huCx76u8VGl1IvgBlyaQGAAK/an-upward-trending-business-growth-chart-1773755181397-acb4f597.png", imageAlt: "Performance Metrics" }, { - id: "metric-3", value: "24/7", title: "Support Available", description: "Round-the-clock expert support across all time zones for seamless operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4huCx76u8VGl1IvgBlyaQGAAK/an-upward-trending-business-growth-chart-1773755181397-acb4f597.png?_wi=3", imageAlt: "Support Metrics" + id: "metric-3", value: "24/7", title: "Support Available", description: "Round-the-clock expert support across all time zones for seamless operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4huCx76u8VGl1IvgBlyaQGAAK/an-upward-trending-business-growth-chart-1773755181397-acb4f597.png", imageAlt: "Support Metrics" }, { - id: "metric-4", value: "$2.5B", title: "Cost Saved", description: "Aggregate value delivered to clients through optimization and innovation initiatives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4huCx76u8VGl1IvgBlyaQGAAK/an-upward-trending-business-growth-chart-1773755181397-acb4f597.png?_wi=4", imageAlt: "Revenue Metrics" + id: "metric-4", value: "$2.5B", title: "Cost Saved", description: "Aggregate value delivered to clients through optimization and innovation initiatives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4huCx76u8VGl1IvgBlyaQGAAK/an-upward-trending-business-growth-chart-1773755181397-acb4f597.png", imageAlt: "Revenue Metrics" } ]} animationType="scale-rotate"