diff --git a/src/app/page.tsx b/src/app/page.tsx
index ed25280..1a8dcd4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,77 +41,31 @@ export default function LandingPage() {
@@ -133,21 +75,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Data-First Social Agency"
metrics={[
- {
- icon: BarChart,
- label: "Strategy",
- value: "Insightful",
- },
- {
- icon: TrendingUp,
- label: "Optimization",
- value: "Continuous",
- },
- {
- icon: Users,
- label: "Engagement",
- value: "Organic",
- },
+ { icon: BarChart, label: "Strategy", value: "Insightful" },
+ { icon: TrendingUp, label: "Optimization", value: "Continuous" },
+ { icon: Users, label: "Engagement", value: "Organic" }
]}
metricsAnimation="slide-up"
/>
@@ -160,47 +90,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Influencer Outreach",
- description: "Identify and collaborate with partners who authentically resonate with your audience.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=2",
- imageAlt: "Influencer",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=3",
- imageAlt: "Partner",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=4",
- imageAlt: "modern agency office workspace",
+ title: "Influencer Outreach", description: "Identify and collaborate with partners who authentically resonate with your audience.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Influencer" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Partner" }
},
{
- title: "Creative Production",
- description: "High-conversion assets from viral short-form video to static designs.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=5",
- imageAlt: "Content",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=6",
- imageAlt: "Design",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/golden-correct-sign-best-quality-assurance-guarantee-product-iso-service-concept_616485-97.jpg",
- imageAlt: "minimalist growth analytics icon",
+ title: "Creative Production", description: "High-conversion assets from viral short-form video to static designs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Content" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Design" }
},
{
- title: "Paid Ads Mastery",
- description: "Advanced targeting that turns every dollar into measurable acquisition revenue.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=7",
- imageAlt: "Ads",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg?_wi=8",
- imageAlt: "Revenue",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=1",
- imageAlt: "professional headshot female",
- },
+ title: "Paid Ads Mastery", description: "Advanced targeting that turns every dollar into measurable acquisition revenue.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Ads" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tidy-workspace-with-laptop_23-2148592296.jpg", imageAlt: "Revenue" }
+ }
]}
showStepNumbers={true}
title="What We Deliver"
@@ -212,31 +112,11 @@ export default function LandingPage() {
@@ -337,31 +167,17 @@ export default function LandingPage() {
logoText="PulseAgency"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#about",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
+ title: "Company", items: [
+ { label: "About Us", href: "#about" },
+ { label: "Contact", href: "#contact" }
+ ]
},
{
- title: "Services",
- items: [
- {
- label: "Strategy",
- href: "#services",
- },
- {
- label: "Ads",
- href: "#services",
- },
- ],
- },
+ title: "Services", items: [
+ { label: "Strategy", href: "#services" },
+ { label: "Ads", href: "#services" }
+ ]
+ }
]}
copyrightText="© 2024 PulseAgency. All rights reserved."
/>