diff --git a/src/app/page.tsx b/src/app/page.tsx
index f1b5827..cb10321 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,17 +42,10 @@ export default function LandingPage() {
@@ -75,26 +56,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- icon: Volume2,
- title: "Digital Marketing",
- description: "Drive conversions and brand awareness with high-ROI campaigns.",
- },
- {
- icon: Film,
- title: "Video Editing",
- description: "Professional-grade editing for commercials, content, and media.",
- },
- {
- icon: Monitor,
- title: "Web Design",
- description: "High-converting, responsive websites tailored to your brand.",
- },
- {
- icon: Smartphone,
- title: "App Development",
- description: "Robust, user-centric mobile applications and platforms.",
- },
+ { icon: Volume2, title: "Digital Marketing", description: "Drive conversions and brand awareness with high-ROI campaigns." },
+ { icon: Film, title: "Video Editing", description: "Professional-grade editing for commercials, content, and media." },
+ { icon: Monitor, title: "Web Design", description: "High-converting, responsive websites tailored to your brand." },
+ { icon: Smartphone, title: "App Development", description: "Robust, user-centric mobile applications and platforms." },
]}
title="Our Expert Services"
description="We specialize in end-to-end solutions for digital growth and technical excellence."
@@ -105,44 +70,15 @@ export default function LandingPage() {
@@ -307,46 +156,22 @@ export default function LandingPage() {
logoText="LMP Ads"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Marketing",
- href: "#services",
- },
- {
- label: "Editing",
- href: "#services",
- },
- {
- label: "Development",
- href: "#services",
- },
+ title: "Services", items: [
+ { label: "Marketing", href: "#services" },
+ { label: "Editing", href: "#services" },
+ { label: "Development", href: "#services" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#",
- },
- {
- label: "Careers",
- href: "#",
- },
+ title: "Company", items: [
+ { label: "About", href: "#" },
+ { label: "Careers", href: "#" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy", href: "#" },
+ { label: "Terms", href: "#" },
],
},
]}