diff --git a/src/app/page.tsx b/src/app/page.tsx
index beca0dd..0fe00d9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,9 +43,7 @@ export default function HomePage() {
brandName="Zyber Zing"
navItems={navItems}
button={{
- text: "Book Consultation",
- href: "#contact",
- }}
+ text: "Book Consultation", href: "#contact"}}
/>
@@ -59,17 +57,13 @@ export default function HomePage() {
textPosition="bottom-left"
showBlur={true}
showDimOverlay={true}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrYlFLhLjWPzd5ntCD5GOqvUv/a-modern-technology-hero-background-feat-1772811458631-d1b3869c.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrYlFLhLjWPzd5ntCD5GOqvUv/a-modern-technology-hero-background-feat-1772811458631-d1b3869c.png"
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"},
]}
/>
@@ -83,46 +77,26 @@ 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?_wi=1"
+ 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"
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="right"
buttons={[
{
- text: "Explore All Services",
- href: "/services",
- },
+ text: "Explore All Services", href: "/services"},
]}
/>
@@ -136,7 +110,7 @@ export default function HomePage() {
description="Proven Track Record"
subdescription="Trusted Technology Partner"
icon={Shield}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrYlFLhLjWPzd5ntCD5GOqvUv/a-professional-corporate-team-collaborat-1772811458434-7d834a15.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrYlFLhLjWPzd5ntCD5GOqvUv/a-professional-corporate-team-collaborat-1772811458434-7d834a15.png"
imageAlt="Why Choose Zyber Zing - Global Technology Partner"
mediaAnimation="blur-reveal"
useInvertedBackground={true}
@@ -148,36 +122,18 @@ export default function HomePage() {
@@ -376,41 +230,23 @@ export default function HomePage() {