diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1ca3ad2..a8ab721 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,81 +47,52 @@ export default function LandingPage() {
@@ -145,17 +106,11 @@ export default function LandingPage() {
description="Timacadde bridges the gap between complex digital challenges and streamlined, effective business performance through tailored technology solutions."
bulletPoints={[
{
- title: "Expert Engineering",
- description: "High-caliber developers building clean, maintainable codebases.",
- },
+ title: "Expert Engineering", description: "High-caliber developers building clean, maintainable codebases."},
{
- title: "Scalable Infrastructure",
- description: "Systems designed to grow with your demands seamlessly.",
- },
+ title: "Scalable Infrastructure", description: "Systems designed to grow with your demands seamlessly."},
{
- title: "Security First",
- description: "Defense-in-depth methodologies integrated from the start.",
- },
+ title: "Security First", description: "Defense-in-depth methodologies integrated from the start."},
]}
imageSrc="http://img.b2bpic.net/free-photo/computer-screen-business-office-shows-stock-exchange-values-changing_482257-84627.jpg"
imageAlt="Team work"
@@ -170,34 +125,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- label: "Analytics",
- title: "Advanced Data Insights",
- items: [
- "Real-time reporting",
- "Predictive modeling",
- "Dashboard creation",
- ],
+ id: "1", label: "Analytics", title: "Advanced Data Insights", items: [
+ "Real-time reporting", "Predictive modeling", "Dashboard creation"],
},
{
- id: "2",
- label: "Infrastructure",
- title: "Cloud Management",
- items: [
- "AWS architecture",
- "Serverless deployment",
- "Automated scaling",
- ],
+ id: "2", label: "Infrastructure", title: "Cloud Management", items: [
+ "AWS architecture", "Serverless deployment", "Automated scaling"],
},
{
- id: "3",
- label: "Security",
- title: "Cybersecurity Suite",
- items: [
- "Encryption standards",
- "Compliance audit",
- "Threat intelligence",
- ],
+ id: "3", label: "Security", title: "Cybersecurity Suite", items: [
+ "Encryption standards", "Compliance audit", "Threat intelligence"],
},
]}
title="Why Choose Timacadde?"
@@ -207,63 +144,33 @@ export default function LandingPage() {
@@ -292,25 +196,17 @@ export default function LandingPage() {
{
items: [
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
],
},
{
items: [
{
- label: "Contact",
- href: "mailto:hello@timacadde.com",
- },
+ label: "Contact", href: "mailto:hello@timacadde.com"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}