Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-03-03 14:54:53 +00:00
2 changed files with 13 additions and 40 deletions

View File

@@ -1,46 +1,17 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
import "./styles/globals.css";
export const metadata: Metadata = {
title: "Done-For-You Meta Ads Management | Instant Lead Delivery", description: "Scale your business with done-for-you Meta ads management. Dedicated support, unlimited revisions, and real-time lead delivery to your CRM. Book your free strategy call today.", keywords: "Meta ads management, Facebook ads agency, lead generation service, done-for-you ads, ecommerce marketing, digital advertising, paid ads management", robots: {
index: true,
follow: true
},
openGraph: {
title: "Done-For-You Meta Ads That Deliver Instant Leads", description: "Get a dedicated designer, ads manager, and unlimited revisions. Every lead flows straight to your CRM in real time.", siteName: "MetaAds Pro", type: "website"
},
twitter: {
card: "summary_large_image", title: "Done-For-You Meta Ads Management", description: "Scale with dedicated support and real-time lead delivery. Book your free strategy call."
}
};
title: "MetaAds Pro - Done-For-You Meta Ads Management", description: "Get a dedicated designer, ads manager, and unlimited revisions. Done-for-you Meta ads that deliver instant leads to your CRM."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1408,7 +1379,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
description="Get a dedicated designer, ads manager, and unlimited revisions. Every lead flows straight to your CRM and Google Sheets in real time—no setup fees, no surprises."
tag="Trusted by 150+ Ecommerce Brands"
tagIcon={Zap}
background={{ variant: "glowing-orb" }}
background={{ variant: "noise" }}
kpis={[
{ value: "3-7 Days", label: "Campaign Launch Time" },
{ value: "2-4x", label: "Average ROAS Improvement" },
@@ -120,18 +120,21 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "starter", tag: "Starter Plan", price: "$3,000", period: "/month", description: "Perfect for small ecommerce stores and local service businesses getting started with Meta ads.", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: [
id: "starter", tag: "Starter Plan", price: "$3,000", period: "/month", description: "Perfect for small ecommerce stores and local service businesses getting started with Meta ads.", button: { text: "Get Started", href: "#contact" },
featuresTitle: "What's Included:", features: [
"1 dedicated ads manager", "Up to $10K/month ad spend managed", "2 ad campaigns", "Weekly performance reports", "Email support", "Lead delivery to CRM or Sheets"
]
},
{
id: "growth", tag: "Growth Plan", tagIcon: Zap,
price: "$6,000", period: "/month", description: "Designed for growing businesses scaling their Meta ads with higher budgets and dedicated support.", button: { text: "Schedule Demo", href: "#contact" }, featuresTitle: "Everything in Starter, Plus:", features: [
price: "$6,000", period: "/month", description: "Designed for growing businesses scaling their Meta ads with higher budgets and dedicated support.", button: { text: "Schedule Demo", href: "#contact" },
featuresTitle: "Everything in Starter, Plus:", features: [
"2 dedicated team members", "Up to $30K/month ad spend managed", "6 ad campaigns", "Bi-weekly strategy calls", "Advanced audience targeting", "A/B testing & optimization", "Priority support"
]
},
{
id: "agency", tag: "Agency Plan", price: "Custom", period: "/month", description: "For agencies and enterprises needing white-label solutions and unlimited scaling.", button: { text: "Contact Sales", href: "#contact" }, featuresTitle: "Full Service Managed Ads:", features: [
id: "agency", tag: "Agency Plan", price: "Custom", period: "/month", description: "For agencies and enterprises needing white-label solutions and unlimited scaling.", button: { text: "Contact Sales", href: "#contact" },
featuresTitle: "Full Service Managed Ads:", features: [
"Dedicated team of 3+", "Unlimited ad spend management", "Unlimited campaigns", "Weekly strategy + optimization calls", "Custom reporting dashboard", "White-label options", "24/7 dedicated support"
]
}