12 Commits

Author SHA1 Message Date
e4ea022962 Update src/app/page.tsx 2026-03-04 12:57:52 +00:00
aeaaa0a3b8 Update src/app/layout.tsx 2026-03-04 12:57:52 +00:00
ed69feb8a7 Merge version_2 into main
Merge version_2 into main
2026-03-03 15:30:46 +00:00
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 type { Metadata } from "next";
import "./styles/globals.css"; import { Inter } from "next/font/google";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { 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 dedicated Meta ads management with real-time lead delivery. 150+ ecommerce brands trust us for 2-4x ROAS improvement."};
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -11,7 +14,7 @@ export default function RootLayout({
}) { }) {
return ( return (
<html lang="en"> <html lang="en">
<body>{children} <body className={inter.className}>{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `

View File

@@ -206,7 +206,7 @@ export default function LandingPage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", title: "How quickly will I see results?", content: "Most clients see initial results within 2-4 weeks once campaigns are live. However, we focus on sustainable growth—full optimization typically takes 6-8 weeks to maximize ROAS and lead quality. You'll have transparent weekly reporting to track progress." id: "1", title: "How quickly will I see results?", content: "Most clients see measurable results within 2-4 weeks; full optimization typically takes 6-8 weeks for maximum ROAS"
}, },
{ {
id: "2", title: "What if I'm not happy with the service?", content: "We offer unlimited revisions on ad creatives until you're satisfied. If you're not seeing results after 60 days, we offer a full service review or refund guarantee. Your success is our priority, and we're confident in delivering results." id: "2", title: "What if I'm not happy with the service?", content: "We offer unlimited revisions on ad creatives until you're satisfied. If you're not seeing results after 60 days, we offer a full service review or refund guarantee. Your success is our priority, and we're confident in delivering results."