diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4c3329e..0c8604f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,114 +41,35 @@ export default function LandingPage() {
@@ -184,21 +93,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
features={[
- {
- title: "Strategic Consulting",
- description: "Defining your market position with data-driven insights.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-flowing-network-connections-design-with-connecting-lines-dots_1048-13615.jpg",
- },
- {
- title: "Web Development",
- description: "High-performance websites built for conversion.",
- imageSrc: "http://img.b2bpic.net/free-photo/factory-experts-design-assembly-facility-production-lines-tablet-cad-program_482257-126119.jpg",
- },
- {
- title: "Visual Branding",
- description: "Unforgettable identities that resonate deeply.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-workstation-with-computer-peripheral-devices_23-2150714181.jpg",
- },
+ { title: "Strategic Consulting", description: "Defining your market position with data-driven insights.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-flowing-network-connections-design-with-connecting-lines-dots_1048-13615.jpg" },
+ { title: "Web Development", description: "High-performance websites built for conversion.", imageSrc: "http://img.b2bpic.net/free-photo/factory-experts-design-assembly-facility-production-lines-tablet-cad-program_482257-126119.jpg" },
+ { title: "Visual Branding", description: "Unforgettable identities that resonate deeply.", imageSrc: "http://img.b2bpic.net/free-photo/3d-workstation-with-computer-peripheral-devices_23-2150714181.jpg" },
]}
title="Comprehensive Digital Solutions"
description="Our core services designed to scale your business and drive meaningful engagement."
@@ -209,29 +106,12 @@ export default function LandingPage() {