diff --git a/src/app/page.tsx b/src/app/page.tsx
index 333c8dd..d870d33 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -56,103 +48,58 @@ export default function LandingPage() {
@@ -165,26 +112,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Website Design",
- description: "High-performance digital experiences that convert.",
- imageSrc: "http://img.b2bpic.net/free-vector/25-web-pack-blue-icon-pack-vector-icons-illustration_1142-15572.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16954.jpg",
- buttonText: "Learn More",
- },
+ title: "Website Design", description: "High-performance digital experiences that convert.", imageSrc: "http://img.b2bpic.net/free-vector/25-web-pack-blue-icon-pack-vector-icons-illustration_1142-15572.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16954.jpg", buttonText: "Learn More"},
{
- title: "Workflow Automation",
- description: "Eliminate manual tasks with custom automation infrastructure.",
- imageSrc: "http://img.b2bpic.net/free-vector/cms-concept-flat-design_23-2148797335.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-white-background_187299-40209.jpg",
- buttonText: "Learn More",
- },
+ title: "Workflow Automation", description: "Eliminate manual tasks with custom automation infrastructure.", imageSrc: "http://img.b2bpic.net/free-vector/cms-concept-flat-design_23-2148797335.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-white-background_187299-40209.jpg", buttonText: "Learn More"},
{
- title: "AI Integrations",
- description: "Leverage machine learning to optimize your internal data.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gcb4ya",
- titleImageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139260.jpg",
- buttonText: "Learn More",
- },
+ title: "AI Integrations", description: "Leverage machine learning to optimize your internal data.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gcb4ya", titleImageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139260.jpg", buttonText: "Learn More"},
]}
title="Operational Intelligence Services"
description="We bridge the gap between ambitious goals and operational execution."
@@ -193,27 +125,19 @@ export default function LandingPage() {
@@ -428,29 +256,19 @@ export default function LandingPage() {
logoText="Spanks"
columns={[
{
- title: "Agency",
- items: [
+ title: "Agency", items: [
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}