diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9430604..87b7ab0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,45 +43,28 @@ export default function LandingPage() {
@@ -105,19 +76,13 @@ export default function LandingPage() {
metrics={[
{
icon: TrendingUp,
- label: "Growth Rate",
- value: "150%",
- },
+ label: "Growth Rate", value: "150%"},
{
icon: Globe,
- label: "Global Reach",
- value: "25+",
- },
+ label: "Global Reach", value: "25+"},
{
icon: Star,
- label: "Happy Clients",
- value: "500+",
- },
+ label: "Happy Clients", value: "500+"},
]}
metricsAnimation="slide-up"
/>
@@ -131,41 +96,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Digital Strategy",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/community-cloud-storage-sync-secure_53876-120425.jpg",
- },
+ id: "p1", name: "Digital Strategy", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/community-cloud-storage-sync-secure_53876-120425.jpg"},
{
- id: "p2",
- name: "Cloud Solutions",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/enterprise-server-environment-facilitating-ai-driven-automation_482257-124188.jpg",
- },
+ id: "p2", name: "Cloud Solutions", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/enterprise-server-environment-facilitating-ai-driven-automation_482257-124188.jpg"},
{
- id: "p3",
- name: "Cyber Defense",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/iris-recognition-system-3d-render-set_107791-17577.jpg",
- },
+ id: "p3", name: "Cyber Defense", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/iris-recognition-system-3d-render-set_107791-17577.jpg"},
{
- id: "p4",
- name: "Analytics Pro",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-green-lines-generative-ai_169016-30610.jpg",
- },
+ id: "p4", name: "Analytics Pro", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-green-lines-generative-ai_169016-30610.jpg"},
{
- id: "p5",
- name: "Mobile Suite",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background-remixed-from-public-domain-by-nasa_53876-104239.jpg",
- },
+ id: "p5", name: "Mobile Suite", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background-remixed-from-public-domain-by-nasa_53876-104239.jpg"},
{
- id: "p6",
- name: "Managed IT",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/encrypt-mode-toggle-switch_23-2152001143.jpg",
- },
+ id: "p6", name: "Managed IT", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/encrypt-mode-toggle-switch_23-2152001143.jpg"},
]}
title="Core Offerings"
description="We specialize in tailored solutions that solve real-world problems for modern businesses."
@@ -174,31 +115,17 @@ export default function LandingPage() {
@@ -319,46 +195,29 @@ export default function LandingPage() {
logoText="BusinessPro"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Blog",
- href: "#",
- },
+ label: "Blog", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Help Center",
- href: "#",
- },
+ label: "Help Center", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}