9 Commits

Author SHA1 Message Date
0d05194def Update src/app/page.tsx 2026-03-03 15:30:41 +00:00
d1d6fc035f Update src/app/layout.tsx 2026-03-03 15:30:39 +00:00
d2abbd9013 Merge version_1 into main
Merge version_1 into main
2026-03-03 15:08:01 +00:00
00c056b7b6 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:57:41 +00:00
3338f4b07a Merge version_1 into main
Merge version_1 into main
2026-03-03 14:54:52 +00:00
8645eab0d1 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:54:00 +00:00
5b392cb654 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:50:38 +00:00
6603db8f2a Merge version_1 into main
Merge version_1 into main
2026-03-03 14:49:45 +00:00
52aa7ee015 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:48:57 +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>