Merge version_2 into main #8

Merged
bender merged 2 commits from version_2 into main 2026-03-03 15:30:47 +00:00
2 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,11 @@
import type { Metadata } from "next";
import "./styles/globals.css";
import { Inter } from "next/font/google";
import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
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."};
title: "MetaAds Pro - Done-For-You Meta Ads Management", description: "Get done-for-you Meta ads management with dedicated team, unlimited revisions, and real-time lead delivery to your CRM. Scale your ecommerce or service business fast."};
export default function RootLayout({
children,
@@ -11,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -236,7 +236,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Schedule Call"
buttonText="Book Your Strategy Call Now"
termsText="We respect your privacy. Your strategy call booking details are secure. No spam, ever."
/>
</div>