diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8d02775..e0f57e6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,23 +41,15 @@ export default function LandingPage() {
@@ -82,20 +62,11 @@ export default function LandingPage() {
title="Crafting Digital Authority"
description="Social media is the heartbeat of modern business. We transform your digital presence into a powerhouse of engagement, influence, and ROI. Our team of specialists navigates the complexities of the digital landscape to ensure your brand stands out, connects deeply, and leads relentlessly."
bulletPoints={[
- {
- title: "Strategic Precision",
- description: "Data-driven insights to fuel every post.",
- },
- {
- title: "Content Artistry",
- description: "Visual narratives that capture and convert.",
- },
- {
- title: "Relentless Growth",
- description: "Optimization for long-term scalability.",
- },
+ { title: "Strategic Precision", description: "Data-driven insights to fuel every post." },
+ { title: "Content Artistry", description: "Visual narratives that capture and convert." },
+ { title: "Relentless Growth", description: "Optimization for long-term scalability." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/executive-managers-looking-marketing-statistics-computer_482257-77621.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/executive-managers-looking-marketing-statistics-computer_482257-77621.jpg"
imageAlt="Premium Agency Workspace"
mediaAnimation="slide-up"
/>
@@ -105,39 +76,20 @@ export default function LandingPage() {
@@ -279,29 +153,15 @@ export default function LandingPage() {
logoText="VANTAGE"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Services",
- href: "#features",
- },
+ title: "Company", items: [
+ { label: "About", href: "#about" },
+ { label: "Services", href: "#features" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy", href: "#" },
+ { label: "Terms", href: "#" },
],
},
]}