diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0fe00d9..ef7b375 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,7 +43,8 @@ export default function HomePage() {
brandName="Zyber Zing"
navItems={navItems}
button={{
- text: "Book Consultation", href: "#contact"}}
+ text: "Book Consultation", href: "#contact"
+ }}
/>
@@ -61,9 +62,11 @@ export default function HomePage() {
imageAlt="Zyber Zing Technology Services Hero Background"
buttons={[
{
- text: "Book Consultation Call", href: "#contact"},
+ text: "Book Consultation Call", href: "#contact"
+ },
{
- text: "Start Your Project", href: "#contact"},
+ text: "Start Your Project", href: "#contact"
+ }
]}
/>
@@ -77,17 +80,23 @@ export default function HomePage() {
tagIcon={Code}
accordionItems={[
{
- id: "1", title: "Custom Software Development", content: "Tailor-made enterprise solutions built from scratch. We specialize in scalable architecture, modern tech stacks, and agile methodologies to deliver software that grows with your business."},
+ id: "1", title: "Custom Software Development", content: "Tailor-made enterprise solutions built from scratch. We specialize in scalable architecture, modern tech stacks, and agile methodologies to deliver software that grows with your business."
+ },
{
- id: "2", title: "AI & Machine Learning Engineering", content: "Advanced AI solutions including predictive analytics, natural language processing, computer vision, and custom ML models. We transform data into actionable intelligence for competitive advantage."},
+ id: "2", title: "AI & Machine Learning Engineering", content: "Advanced AI solutions including predictive analytics, natural language processing, computer vision, and custom ML models. We transform data into actionable intelligence for competitive advantage."
+ },
{
- id: "3", title: "Web & Mobile Development", content: "Responsive web applications and native mobile apps using React, Node.js, Flutter, and more. We create engaging digital experiences optimized for performance and user satisfaction."},
+ id: "3", title: "Web & Mobile Development", content: "Responsive web applications and native mobile apps using React, Node.js, Flutter, and more. We create engaging digital experiences optimized for performance and user satisfaction."
+ },
{
- id: "4", title: "Blockchain & Web3 Solutions", content: "Smart contracts, DApp development, and blockchain infrastructure. We build secure, decentralized solutions leveraging Ethereum, Polygon, and other leading blockchains."},
+ id: "4", title: "Blockchain & Web3 Solutions", content: "Smart contracts, DApp development, and blockchain infrastructure. We build secure, decentralized solutions leveraging Ethereum, Polygon, and other leading blockchains."
+ },
{
- id: "5", title: "Cloud & DevOps Infrastructure", content: "AWS, Azure, and GCP expertise. We design scalable cloud architectures, CI/CD pipelines, containerization, and infrastructure automation for seamless deployment."},
+ id: "5", title: "Cloud & DevOps Infrastructure", content: "AWS, Azure, and GCP expertise. We design scalable cloud architectures, CI/CD pipelines, containerization, and infrastructure automation for seamless deployment."
+ },
{
- id: "6", title: "VoIP & Communication Systems", content: "Enterprise communication solutions including VoIP systems, unified communications, and real-time collaboration platforms integrated with your existing infrastructure."},
+ id: "6", title: "VoIP & Communication Systems", content: "Enterprise communication solutions including VoIP systems, unified communications, and real-time collaboration platforms integrated with your existing infrastructure."
+ }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrYlFLhLjWPzd5ntCD5GOqvUv/a-professional-technology-stack-visualiz-1772811458873-eb46b299.png"
imageAlt="Zyber Zing Technology Stack and Services"
@@ -96,7 +105,8 @@ export default function HomePage() {
mediaPosition="right"
buttons={[
{
- text: "Explore All Services", href: "/services"},
+ text: "Explore All Services", href: "/services"
+ }
]}
/>
@@ -123,18 +133,24 @@ export default function HomePage() {
metrics={[
{
id: "1", value: "500+", title: "Projects Delivered", items: [
- "Across 25+ countries", "Multiple industries", "98% client satisfaction"],
+ "Across 25+ countries", "Multiple industries", "98% client satisfaction"
+ ]
},
{
- id: "2", value: "15+", title: "Years of Excellence", items: ["Since 2008", "Proven expertise", "Industry leadership"],
+ id: "2", value: "15+", title: "Years of Excellence", items: [
+ "Since 2008", "Proven expertise", "Industry leadership"
+ ]
},
{
- id: "3", value: "50+", title: "Technology Experts", items: ["Full-stack developers", "AI specialists", "Cloud architects"],
+ id: "3", value: "50+", title: "Technology Experts", items: [
+ "Full-stack developers", "AI specialists", "Cloud architects"
+ ]
},
{
id: "4", value: "24/7", title: "Global Support", items: [
- "Round-the-clock assistance", "Multiple time zones", "Dedicated teams"],
- },
+ "Round-the-clock assistance", "Multiple time zones", "Dedicated teams"
+ ]
+ }
]}
title="Our Impact by the Numbers"
description="Delivering measurable results and proven expertise across industries and technologies."
@@ -150,17 +166,23 @@ export default function HomePage() {
@@ -230,23 +260,23 @@ export default function HomePage() {