diff --git a/src/app/page.tsx b/src/app/page.tsx
index dd38f8f..ddd9259 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,42 +47,27 @@ export default function LandingPage() {
@@ -104,17 +81,11 @@ export default function LandingPage() {
tag="ABOUT US"
bulletPoints={[
{
- title: "Brand Strategy",
- description: "Defining your digital identity with precision.",
- },
+ title: "Brand Strategy", description: "Defining your digital identity with precision."},
{
- title: "Creative Production",
- description: "Content that captivates and converts.",
- },
+ title: "Creative Production", description: "Content that captivates and converts."},
{
- title: "Performance Analytics",
- description: "Insight-driven optimization at scale.",
- },
+ title: "Performance Analytics", description: "Insight-driven optimization at scale."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg"
mediaAnimation="slide-up"
@@ -125,48 +96,25 @@ export default function LandingPage() {
@@ -200,20 +141,11 @@ export default function LandingPage() {
tag="IMPACT"
metrics={[
{
- id: "m1",
- value: "500M+",
- description: "Impressions Delivered",
- },
+ id: "m1", value: "500M+", description: "Impressions Delivered"},
{
- id: "m2",
- value: "45%",
- description: "Avg Conversion Lift",
- },
+ id: "m2", value: "45%", description: "Avg Conversion Lift"},
{
- id: "m3",
- value: "120+",
- description: "Successful Launches",
- },
+ id: "m3", value: "120+", description: "Successful Launches"},
]}
metricsAnimation="slide-up"
/>
@@ -224,30 +156,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fury-businessman-black-wall_176420-3461.jpg",
- },
+ id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fury-businessman-black-wall_176420-3461.jpg"},
{
- id: "2",
- name: "David Chen",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-portrait_23-2149213171.jpg",
- },
+ id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-portrait_23-2149213171.jpg"},
{
- id: "3",
- name: "Elena Rodriguez",
- imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
- },
+ id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg"},
{
- id: "4",
- name: "Marcus Thorne",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg",
- },
+ id: "4", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg"},
{
- id: "5",
- name: "Jessica Lee",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg",
- },
+ id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg"},
]}
cardTitle="Client Results"
cardTag="SUCCESS STORIES"
@@ -261,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "How long until results?",
- content: "Our average clients see significant progress within 60 days.",
- },
+ id: "f1", title: "How long until results?", content: "Our average clients see significant progress within 60 days."},
{
- id: "f2",
- title: "Do you work globally?",
- content: "Yes, our team is structured for remote-first international engagement.",
- },
+ id: "f2", title: "Do you work globally?", content: "Yes, our team is structured for remote-first international engagement."},
{
- id: "f3",
- title: "What is the onboarding process?",
- content: "Our onboarding is a 3-step strategy deep dive focused on data and goal alignment.",
- },
+ id: "f3", title: "What is the onboarding process?", content: "Our onboarding is a 3-step strategy deep dive focused on data and goal alignment."},
]}
title="Frequently Asked"
description="Get answers about our engagement process."
@@ -289,16 +197,10 @@ export default function LandingPage() {
description="Ready to scale your digital presence? Reach out today."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Name",
- required: true,
+ name: "name", type: "text", placeholder: "Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email",
- required: true,
+ name: "email", type: "email", placeholder: "Email", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080265.jpg"
@@ -310,29 +212,19 @@ export default function LandingPage() {