Merge version_1 into main #2
211
src/app/page.tsx
211
src/app/page.tsx
@@ -9,6 +9,8 @@ import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaA
|
||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { TrendingUp, Clock, DollarSign, BarChart3 } from "lucide-react";
|
||||
|
||||
@@ -33,13 +35,11 @@ export default function HomePage() {
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Work", id: "case-studies" },
|
||||
{ name: "Contact", id: "final-cta" },
|
||||
]}
|
||||
button={{
|
||||
text: "See If We're a Fit",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "See If We're a Fit", href: "final-cta"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,45 +55,27 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "See If We're a Fit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "See If We're a Fit", href: "final-cta"},
|
||||
]}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-suit-is-holding-tablet-front-car-with-graph-it_188544-41092.jpg?_wi=1",
|
||||
imageAlt: "dashboard analytics performance metrics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-suit-is-holding-tablet-front-car-with-graph-it_188544-41092.jpg", imageAlt: "dashboard analytics performance metrics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1",
|
||||
imageAlt: "campaign analytics tracking data",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "campaign analytics tracking data"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg",
|
||||
imageAlt: "ad performance analytics advertising reporting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg", imageAlt: "ad performance analytics advertising reporting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148365528.jpg",
|
||||
imageAlt: "results visualization metrics charts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148365528.jpg", imageAlt: "results visualization metrics charts"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=1",
|
||||
imageAlt: "strategy planning business meeting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg", imageAlt: "strategy planning business meeting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-man-working-computer_53876-31625.jpg?_wi=1",
|
||||
imageAlt: "creative design content production",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-man-working-computer_53876-31625.jpg", imageAlt: "creative design content production"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg?_wi=1",
|
||||
imageAlt: "funnel conversion optimization flow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg", imageAlt: "funnel conversion optimization flow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empowered-female-ceo-working-her-high-end-corporate-office_482257-122680.jpg",
|
||||
imageAlt: "reporting results analytics summary",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empowered-female-ceo-working-her-high-end-corporate-office_482257-122680.jpg", imageAlt: "reporting results analytics summary"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,32 +87,16 @@ export default function HomePage() {
|
||||
description="Real numbers. Real results. Real agency experience."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "$5M+",
|
||||
title: "Managed Ad Spend",
|
||||
description: "Across client campaigns",
|
||||
icon: TrendingUp,
|
||||
id: "1", value: "$5M+", title: "Managed Ad Spend", description: "Across client campaigns", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "6+",
|
||||
title: "Years Experience",
|
||||
description: "In performance marketing",
|
||||
icon: Clock,
|
||||
id: "2", value: "6+", title: "Years Experience", description: "In performance marketing", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "$2.5M",
|
||||
title: "Our Own Money",
|
||||
description: "Spent learning what works",
|
||||
icon: DollarSign,
|
||||
id: "3", value: "$2.5M", title: "Our Own Money", description: "Spent learning what works", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "$6.4M",
|
||||
title: "AUM Generated",
|
||||
description: "For one wealth mgmt client in 3 weeks",
|
||||
icon: BarChart3,
|
||||
id: "4", value: "$6.4M", title: "AUM Generated", description: "For one wealth mgmt client in 3 weeks", icon: BarChart3,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -148,13 +114,9 @@ export default function HomePage() {
|
||||
description="You know the script. You hire an agency. They promise the world. You get handed off to a junior. They over-promise, under-deliver, and blame you for not understanding 'strategy.' We're different. When you hire ThirdLinkMedia you get Joshua on strategy and Harrison on content. No layers. No handoffs. No BS. We charge what we charge because we know what we're doing, and we're selective about who we work with. If you're serious about growth and can invest properly, we're here to help."
|
||||
metrics={[
|
||||
{
|
||||
value: "2",
|
||||
title: "Founders managing your account directly",
|
||||
},
|
||||
value: "2", title: "Founders managing your account directly"},
|
||||
{
|
||||
value: "0",
|
||||
title: "Layers between you and execution",
|
||||
},
|
||||
value: "0", title: "Layers between you and execution"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -169,33 +131,13 @@ export default function HomePage() {
|
||||
description="Four core service pillars. All working together."
|
||||
features={[
|
||||
{
|
||||
id: "paid-acquisition",
|
||||
title: "Paid Acquisition",
|
||||
description: "Meta, Google, TikTok campaigns. Full-funnel architecture. Creative strategy. Tracking that actually works. We don't just run ads—we build systems that acquire the right customers at the right time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-suit-is-holding-tablet-front-car-with-graph-it_188544-41092.jpg?_wi=2",
|
||||
imageAlt: "Paid acquisition marketing",
|
||||
},
|
||||
id: "paid-acquisition", title: "Paid Acquisition", description: "Meta, Google, TikTok campaigns. Full-funnel architecture. Creative strategy. Tracking that actually works. We don't just run ads—we build systems that acquire the right customers at the right time.", imageSrc: "http://img.b2bpic.net/free-photo/man-suit-is-holding-tablet-front-car-with-graph-it_188544-41092.jpg", imageAlt: "Paid acquisition marketing"},
|
||||
{
|
||||
id: "content-creative",
|
||||
title: "Content & Creative",
|
||||
description: "Direct-response video. Ad creative that converts. Scripts that sell. Testimonial production. UGC that feels authentic. Every piece of content is built around one thing: moving people toward a decision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-man-working-computer_53876-31625.jpg?_wi=2",
|
||||
imageAlt: "Content creation and creative design",
|
||||
},
|
||||
id: "content-creative", title: "Content & Creative", description: "Direct-response video. Ad creative that converts. Scripts that sell. Testimonial production. UGC that feels authentic. Every piece of content is built around one thing: moving people toward a decision.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-man-working-computer_53876-31625.jpg", imageAlt: "Content creation and creative design"},
|
||||
{
|
||||
id: "funnels-infrastructure",
|
||||
title: "Funnels & Digital Infrastructure",
|
||||
description: "Landing pages that convert. Email and SMS automation that drives action. CRM setup that connects everything. Booking systems that work. The infrastructure exists so ads can actually deliver results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg?_wi=2",
|
||||
imageAlt: "Funnel and infrastructure optimization",
|
||||
},
|
||||
id: "funnels-infrastructure", title: "Funnels & Digital Infrastructure", description: "Landing pages that convert. Email and SMS automation that drives action. CRM setup that connects everything. Booking systems that work. The infrastructure exists so ads can actually deliver results.", imageSrc: "http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg", imageAlt: "Funnel and infrastructure optimization"},
|
||||
{
|
||||
id: "ai-implementation",
|
||||
title: "AI Implementation",
|
||||
description: "AI lead qualification. Automated reporting. Custom tools built for your business. Process automation that scales. We use AI to do what humans shouldn't be doing so you can focus on what matters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=2",
|
||||
imageAlt: "AI implementation and automation",
|
||||
},
|
||||
id: "ai-implementation", title: "AI Implementation", description: "AI lead qualification. Automated reporting. Custom tools built for your business. Process automation that scales. We use AI to do what humans shouldn't be doing so you can focus on what matters.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", imageAlt: "AI implementation and automation"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -211,19 +153,9 @@ export default function HomePage() {
|
||||
description="Two people. No committee. No meetings about meetings."
|
||||
team={[
|
||||
{
|
||||
id: "joshua",
|
||||
name: "Joshua",
|
||||
role: "Founder & Head of Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1",
|
||||
imageAlt: "Joshua - Founder & Head of Strategy",
|
||||
},
|
||||
id: "joshua", name: "Joshua", role: "Founder & Head of Strategy", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Joshua - Founder & Head of Strategy"},
|
||||
{
|
||||
id: "harrison",
|
||||
name: "Harrison",
|
||||
role: "Head of Content & Production",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2",
|
||||
imageAlt: "Harrison - Head of Content & Production",
|
||||
},
|
||||
id: "harrison", name: "Harrison", role: "Head of Content & Production", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Harrison - Head of Content & Production"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -237,16 +169,7 @@ export default function HomePage() {
|
||||
title="Industries We Serve"
|
||||
description="Experience across high-ticket, high-trust verticals where results matter and every decision is expensive."
|
||||
names={[
|
||||
"Ecommerce & DTC",
|
||||
"Finance & Wealth Management",
|
||||
"Real Estate & Property",
|
||||
"Legal Services",
|
||||
"Construction & Trades",
|
||||
"Political Campaigns",
|
||||
"Health & Medical",
|
||||
"Professional Services",
|
||||
"B2B & SaaS",
|
||||
]}
|
||||
"Ecommerce & DTC", "Finance & Wealth Management", "Real Estate & Property", "Legal Services", "Construction & Trades", "Political Campaigns", "Health & Medical", "Professional Services", "B2B & SaaS"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -255,44 +178,17 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
{/* Case Studies Section */}
|
||||
<div id="work" data-section="work">
|
||||
<div id="case-studies" data-section="case-studies">
|
||||
<BlogCardOne
|
||||
title="Recent Work"
|
||||
description="Proof is in the results. Here's what we've done."
|
||||
blogs={[
|
||||
{
|
||||
id: "wealth-management",
|
||||
category: "Finance",
|
||||
title: "65 Qualified Leads in 3 Weeks",
|
||||
excerpt: "Wealth management firm. Complete acquisition system. From paid ads to email follow-up to sales process. $6.4M in AUM closed off the back of it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customers-writing-signature-contract-entering-partnership-with-agent_482257-101263.jpg",
|
||||
imageAlt: "wealth finance professional office",
|
||||
authorName: "ThirdLinkMedia",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "wealth-management", category: "Finance", title: "65 Qualified Leads in 3 Weeks", excerpt: "Wealth management firm. Complete acquisition system. From paid ads to email follow-up to sales process. $6.4M in AUM closed off the back of it.", imageSrc: "http://img.b2bpic.net/free-photo/customers-writing-signature-contract-entering-partnership-with-agent_482257-101263.jpg", imageAlt: "wealth finance professional office", authorName: "ThirdLinkMedia", authorAvatar: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", date: "2024"},
|
||||
{
|
||||
id: "construction-training",
|
||||
category: "Construction",
|
||||
title: "Full Acquisition System - Vartas",
|
||||
excerpt: "Construction training company. Built landing pages, ad campaigns, email sequences, and booking integration. From cold lead to paid student in 30 days.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278552.jpg",
|
||||
imageAlt: "construction building training workshop",
|
||||
authorName: "ThirdLinkMedia",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "construction-training", category: "Construction", title: "Full Acquisition System - Vartas", excerpt: "Construction training company. Built landing pages, ad campaigns, email sequences, and booking integration. From cold lead to paid student in 30 days.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278552.jpg", imageAlt: "construction building training workshop", authorName: "ThirdLinkMedia", authorAvatar: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", date: "2024"},
|
||||
{
|
||||
id: "political-campaign",
|
||||
category: "Politics",
|
||||
title: "High-Stakes Content Production",
|
||||
excerpt: "Political campaign. Every frame matters. Every word counts. Content production where zero room for error means everything is planned, tested, and executed flawlessly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people_1122-1878.jpg",
|
||||
imageAlt: "political campaign media production",
|
||||
authorName: "ThirdLinkMedia",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
id: "political-campaign", category: "Politics", title: "High-Stakes Content Production", excerpt: "Political campaign. Every frame matters. Every word counts. Content production where zero room for error means everything is planned, tested, and executed flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/people_1122-1878.jpg", imageAlt: "political campaign media production", authorName: "ThirdLinkMedia", authorAvatar: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", date: "2024"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -301,6 +197,43 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Process Section */}
|
||||
<div id="process" data-section="process">
|
||||
<FeatureCardTwentySeven
|
||||
title="How We Work"
|
||||
description="Four steps. No surprises. Just execution."
|
||||
features={[
|
||||
{
|
||||
id: "discovery", title: "Discovery Call", description: "We talk. You share your business, your goals, your constraints. We ask hard questions and listen harder. If we don't think we can help, we'll tell you before you pay us."},
|
||||
{
|
||||
id: "strategy", title: "Strategy & Roadmap", description: "We build your plan. Paid channels. Creative approach. Funnel structure. Metrics that matter. Everything documented. Everything transparent. You understand exactly what we're doing and why."},
|
||||
{
|
||||
id: "build-launch", title: "Build & Launch", description: "We execute. Landing pages. Ad accounts. Creative production. Email sequences. We handle it. You see everything in real time. Progress reports weekly."},
|
||||
{
|
||||
id: "optimize-scale", title: "Optimize & Scale", description: "What works gets bigger. What doesn't gets cut. We test, measure, refine. Every week is better than the last. Results compound over time."},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Final CTA Section */}
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
<ContactSplit
|
||||
tag="Ready?"
|
||||
title="Ready to work with people who actually know what they're doing?"
|
||||
description="We're selective about who we work with. Minimum engagement is $5,000/month. If you're serious about growth and can invest properly, let's talk."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Start the Conversation"
|
||||
termsText="We'll follow up within 24 hours to discuss if ThirdLinkMedia is a fit for your business."
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
@@ -308,14 +241,14 @@ export default function HomePage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Work", href: "#work" },
|
||||
{ label: "Services", href: "services" },
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Work", href: "case-studies" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Contact", href: "final-cta" },
|
||||
{ label: "Email", href: "mailto:hello@thirdlinkmedia.com.au" },
|
||||
{ label: "Sydney, Australia", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user