Merge version_1 into main #2
177
src/app/page.tsx
177
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "results",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Results", id: "results" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pulse Media"
|
||||
/>
|
||||
@@ -52,33 +40,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Scale Your Influence With Data-Driven Strategy"
|
||||
description="We craft premium social media strategies that transform engagement into measurable growth for global brands."
|
||||
tag="PREMIUM SOCIAL AGENCY"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-having-marketing-project-graphs-screen-while-multiethnic-businesspeople-discussing-company-turnover-startup-office-diverse-team-planning-business-collaboration_482257-38712.jpg",
|
||||
imageAlt: "Agency Analytics Interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-writing-placards_23-2149163247.jpg",
|
||||
imageAlt: "Agency Collaboration",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-economy-chart_23-2148542001.jpg?_wi=1",
|
||||
imageAlt: "Marketing Strategy Data",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371194.jpg?_wi=1",
|
||||
imageAlt: "Digital Growth Icons",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-style-community-map_23-2149377699.jpg?_wi=1",
|
||||
imageAlt: "Audience Reach Visualization",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-having-marketing-project-graphs-screen-while-multiethnic-businesspeople-discussing-company-turnover-startup-office-diverse-team-planning-business-collaboration_482257-38712.jpg", imageAlt: "Agency Analytics Interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-writing-placards_23-2149163247.jpg", imageAlt: "Agency Collaboration" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -101,38 +69,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Social Strategy",
|
||||
author: "Strategy Team",
|
||||
description: "Tailored roadmaps built on deep audience insights and market research.",
|
||||
tags: [
|
||||
"Strategy",
|
||||
"Growth",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-economy-chart_23-2148542001.jpg?_wi=2",
|
||||
id: "s1", title: "Social Strategy", author: "Strategy Team", description: "Tailored roadmaps built on deep audience insights and market research.", tags: ["Strategy", "Growth"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-economy-chart_23-2148542001.jpg"
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Content Production",
|
||||
author: "Creative Lab",
|
||||
description: "High-quality visual production that stops the scroll and drives clicks.",
|
||||
tags: [
|
||||
"Creative",
|
||||
"Video",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371194.jpg?_wi=2",
|
||||
id: "s2", title: "Content Production", author: "Creative Lab", description: "High-quality visual production that stops the scroll and drives clicks.", tags: ["Creative", "Video"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371194.jpg"
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Performance Analytics",
|
||||
author: "Data Team",
|
||||
description: "Real-time monitoring and reporting to optimize your digital ROI daily.",
|
||||
tags: [
|
||||
"Data",
|
||||
"ROI",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-style-community-map_23-2149377699.jpg?_wi=2",
|
||||
},
|
||||
id: "s3", title: "Performance Analytics", author: "Data Team", description: "Real-time monitoring and reporting to optimize your digital ROI daily.", tags: ["Data", "ROI"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-style-community-map_23-2149377699.jpg"
|
||||
}
|
||||
]}
|
||||
title="Premium Agency Services"
|
||||
description="Comprehensive social media solutions to elevate your market position."
|
||||
@@ -145,21 +92,9 @@ export default function LandingPage() {
|
||||
title="Impact We Deliver"
|
||||
tag="OUR PERFORMANCE"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "300%",
|
||||
description: "Average audience growth across client portfolios.",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "150M+",
|
||||
description: "Organic impressions delivered for premium brands.",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.8x",
|
||||
description: "Average ROI improvement on paid social campaigns.",
|
||||
},
|
||||
{ id: "m1", value: "300%", description: "Average audience growth across client portfolios." },
|
||||
{ id: "m2", value: "150M+", description: "Organic impressions delivered for premium brands." },
|
||||
{ id: "m3", value: "4.8x", description: "Average ROI improvement on paid social campaigns." }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -169,31 +104,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Rivet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jordan Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark Vinson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-using-digital-tablet_1170-1828.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Ross",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-joyful-guy-grey-jacket-shirt-wears-glasses-gray_291650-1303.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex Rivet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
|
||||
{ id: "t2", name: "Jordan Smith", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg" },
|
||||
{ id: "t3", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg" },
|
||||
{ id: "t4", name: "Mark Vinson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-using-digital-tablet_1170-1828.jpg" },
|
||||
{ id: "t5", name: "Elena Ross", imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-joyful-guy-grey-jacket-shirt-wears-glasses-gray_291650-1303.jpg" }
|
||||
]}
|
||||
cardTitle="What Clients Say"
|
||||
cardTag="SUCCESS STORIES"
|
||||
@@ -204,16 +119,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Ready to scale your influence? Let's discuss your brand's digital growth."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Strategy Session",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Strategy Session", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -222,35 +130,18 @@ export default function LandingPage() {
|
||||
logoText="Pulse Media"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Strategy",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Creative",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
title: "Services", items: [
|
||||
{ label: "Strategy", href: "#services" },
|
||||
{ label: "Analytics", href: "#services" },
|
||||
{ label: "Creative", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Agency", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Pulse Media Agency. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user