diff --git a/src/app/page.tsx b/src/app/page.tsx
index 48f3bfa..400a86f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -68,9 +58,7 @@ export default function LandingPage() {
title="Visionary Creative Solutions"
buttons={[
{
- text: "Enquire Now",
- href: "mailto:Tmdlimited@gmail.com",
- },
+ text: "Enquire Now", href: "mailto:Tmdlimited@gmail.com"},
]}
/>
@@ -83,22 +71,13 @@ export default function LandingPage() {
features={[
{
id: 1,
- title: "AI/CGI Production",
- description: "High-fidelity motion design and visual storytelling that sets you apart.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-cyber-particles-background-with-flowing-dots_1048-12410.jpg",
- },
+ title: "AI/CGI Production", description: "High-fidelity motion design and visual storytelling that sets you apart.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-cyber-particles-background-with-flowing-dots_1048-12410.jpg"},
{
id: 2,
- title: "Premium Web Architecture",
- description: "Bespoke digital experiences built for performance and luxury aesthetics.",
- imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-businesswomen-working-isolated-green-screen_482257-123826.jpg",
- },
+ title: "Premium Web Architecture", description: "Bespoke digital experiences built for performance and luxury aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-businesswomen-working-isolated-green-screen_482257-123826.jpg"},
{
id: 3,
- title: "Social Media Strategy",
- description: "Strategic brand management packages that convert attention into loyalty.",
- imageSrc: "http://img.b2bpic.net/free-photo/content-marketing-social-media-advertising-commercial-branding-concept_53876-15878.jpg",
- },
+ title: "Social Media Strategy", description: "Strategic brand management packages that convert attention into loyalty.", imageSrc: "http://img.b2bpic.net/free-photo/content-marketing-social-media-advertising-commercial-branding-concept_53876-15878.jpg"},
]}
title="Elite Services"
description="Curated digital solutions designed for maximum impact and brand authority."
@@ -107,46 +86,23 @@ export default function LandingPage() {
@@ -174,29 +127,19 @@ export default function LandingPage() {
logoText="TMD"
columns={[
{
- title: "Navigate",
- items: [
+ title: "Navigate", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Use",
- href: "#",
- },
+ label: "Terms of Use", href: "#"},
],
},
]}