diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b5e2e69..74e414a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,10 +20,12 @@ const dmSans = DM_Sans({ }); export const metadata: Metadata = { - title: "Meta Marketing Campaigns | Attention Labs", description: "Expert Meta advertising campaigns that turn attention into revenue. Strategic, data-driven campaigns built for businesses that want measurable growth.", keywords: "Meta campaigns, Facebook advertising, Instagram ads, performance marketing, ad strategy, digital marketing agency", openGraph: { - title: "Meta Marketing Campaigns | Attention Labs", description: "Turn Attention Into Revenue. Expert Meta campaigns built for measurable business growth.", siteName: "Attention Labs", type: "website"}, + title: "Paid Ads & Growth Engines | Clickr", description: "Expert paid advertising campaigns that drive qualified traffic and measurable growth. Data-driven strategies built for businesses that want real results.", keywords: "paid advertising, growth marketing, performance ads, digital marketing agency, ad strategy, growth engines", openGraph: { + title: "Paid Ads & Growth Engines | Clickr", description: "Turn Your Ad Spend Into Revenue. Expert paid campaigns built for measurable business growth.", siteName: "Clickr", type: "website" + }, twitter: { - card: "summary_large_image", title: "Meta Marketing Campaigns | Attention Labs", description: "Expert Meta advertising campaigns that drive real revenue."}, + card: "summary_large_image", title: "Paid Ads & Growth Engines | Clickr", description: "Expert paid advertising campaigns that drive real revenue." + }, robots: { index: true, follow: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 83ab42a..297c1ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,17 +35,17 @@ export default function LandingPage() { { name: "Results", id: "metrics" }, { name: "Contact", id: "contact" } ]} - brandName="Attention Labs" - bottomLeftText="Meta Marketing Experts" - bottomRightText="hello@attentionlabs.com" + brandName="Clickr" + bottomLeftText="Paid Ads & Growth Experts" + bottomRightText="hello@clickr.com" />
@@ -140,7 +140,7 @@ export default function LandingPage() {
@@ -199,7 +199,7 @@ export default function LandingPage() {
@@ -235,11 +235,11 @@ export default function LandingPage() { tag="Get Started" tagIcon={Mail} tagAnimation="slide-up" - title="Ready to Turn Attention Into Revenue?" - description="Let's talk about your Meta campaigns. Schedule a free strategy consultation with our team and discover how we can transform your advertising results." + title="Ready to Turn Ad Spend Into Revenue?" + description="Let's talk about your paid advertising. Schedule a free strategy consultation with our team and discover how we can transform your advertising results." buttons={[ { text: "Schedule Consultation", href: "#" }, - { text: "Contact Us", href: "mailto:hello@attentionlabs.com" } + { text: "Contact Us", href: "mailto:hello@clickr.com" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }} @@ -252,7 +252,7 @@ export default function LandingPage() { columns={[ { title: "Products", items: [ - { label: "Meta Campaigns", href: "#services" }, + { label: "Paid Campaigns", href: "#services" }, { label: "Strategy Consulting", href: "#services" }, { label: "Case Studies", href: "#metrics" } ] @@ -268,7 +268,7 @@ export default function LandingPage() { title: "Resources", items: [ { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, - { label: "Support", href: "mailto:hello@attentionlabs.com" } + { label: "Support", href: "mailto:hello@clickr.com" } ] }, { @@ -279,7 +279,7 @@ export default function LandingPage() { ] } ]} - bottomLeftText="© 2025 Attention Labs. All rights reserved." + bottomLeftText="© 2025 Clickr. All rights reserved." bottomRightText="Built for growth." />