diff --git a/src/app/page.tsx b/src/app/page.tsx
index 430a23d..babb67c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
@@ -50,73 +41,30 @@ export default function LandingPage() {
@@ -128,20 +76,11 @@ export default function LandingPage() {
title="Strategy-First Marketing Agency"
description="We believe that creativity without data is just art. We combine deep analytical insights with compelling brand experiences to deliver measurable growth for your business."
bulletPoints={[
- {
- title: "Data-Driven Insights",
- description: "We analyze every campaign to optimize ROI.",
- },
- {
- title: "Creative Excellence",
- description: "Award-winning design and copy that connects.",
- },
- {
- title: "Performance Focused",
- description: "We measure success by your business growth.",
- },
+ { title: "Data-Driven Insights", description: "We analyze every campaign to optimize ROI." },
+ { title: "Creative Excellence", description: "Award-winning design and copy that connects." },
+ { title: "Performance Focused", description: "We measure success by your business growth." }
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/a-professional-team-of-marketing-special-1775349116089-a03e7cdb.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/a-professional-team-of-marketing-special-1775349116089-a03e7cdb.png"
imageAlt="Marketing team strategy session"
mediaAnimation="blur-reveal"
/>
@@ -153,36 +92,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "s1",
- label: "Paid Media",
- title: "Precision Ad Management",
- items: [
- "Google Ads",
- "Social Advertising",
- "Retargeting Campaigns",
- ],
- },
- {
- id: "s2",
- label: "Content",
- title: "Engaging Brand Storytelling",
- items: [
- "Video Production",
- "Copywriting",
- "Blog Management",
- ],
- },
- {
- id: "s3",
- label: "SEO",
- title: "Organic Growth Strategy",
- items: [
- "Technical SEO",
- "Content Optimization",
- "Link Building",
- ],
- },
+ { id: "s1", label: "Paid Media", title: "Precision Ad Management", items: ["Google Ads", "Social Advertising", "Retargeting Campaigns"] },
+ { id: "s2", label: "Content", title: "Engaging Brand Storytelling", items: ["Video Production", "Copywriting", "Blog Management"] },
+ { id: "s3", label: "SEO", title: "Organic Growth Strategy", items: ["Technical SEO", "Content Optimization", "Link Building"] }
]}
title="Our Specialized Services"
description="Comprehensive marketing solutions tailored to your unique market challenges."
@@ -193,29 +105,12 @@ export default function LandingPage() {
@@ -277,67 +146,21 @@ export default function LandingPage() {