diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7ae16f5..60c7bef 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -55,52 +40,20 @@ export default function LandingPage() {
@@ -112,18 +65,9 @@ export default function LandingPage() {
title="Innovating Growth"
description="Marvel Tech Enterprise delivers cutting-edge IT solutions to help businesses grow digitally."
bulletPoints={[
- {
- title: "Experience",
- description: "Years of expertise in software development.",
- },
- {
- title: "Innovation",
- description: "Staying ahead with the latest digital trends.",
- },
- {
- title: "Reliability",
- description: "Trustworthy IT support when you need it most.",
- },
+ { title: "Experience", description: "Years of expertise in software development." },
+ { title: "Innovation", description: "Staying ahead with the latest digital trends." },
+ { title: "Reliability", description: "Trustworthy IT support when you need it most." },
]}
imageSrc="http://img.b2bpic.net/free-photo/corporate-meeting-where-multicultural-partners-collaborate-through-video-call-applying-strategic_482257-132358.jpg"
mediaAnimation="slide-up"
@@ -136,46 +80,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "s1",
- label: "Web",
- title: "Web Development",
- items: [
- "Custom websites",
- "Dynamic systems",
- "User experience",
- ],
- },
- {
- id: "s2",
- label: "Dev",
- title: "Software Development",
- items: [
- "Business applications",
- "API integrations",
- "Mobile ready",
- ],
- },
- {
- id: "s3",
- label: "IT",
- title: "IT Support",
- items: [
- "Routine maintenance",
- "Hardware support",
- "Cloud security",
- ],
- },
- {
- id: "s4",
- label: "Sys",
- title: "System Integration",
- items: [
- "Data migration",
- "Legacy modernization",
- "Streamlined workflows",
- ],
- },
+ { id: "s1", label: "Web", title: "Web Development", items: ["Custom websites", "Dynamic systems", "User experience"] },
+ { id: "s2", label: "Dev", title: "Software Development", items: ["Business applications", "API integrations", "Mobile ready"] },
+ { id: "s3", label: "IT", title: "IT Support", items: ["Routine maintenance", "Hardware support", "Cloud security"] },
+ { id: "s4", label: "Sys", title: "System Integration", items: ["Data migration", "Legacy modernization", "Streamlined workflows"] },
]}
title="Our Services"
description="Comprehensive IT solutions tailored for modern business requirements."
@@ -184,46 +92,17 @@ export default function LandingPage() {
@@ -263,30 +127,10 @@ export default function LandingPage() {