From aeaaa0a3b8ab9b1a139d0a6e8f65c21c41ccd188 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:57:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5cd990b..5beb741 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,11 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import "@/styles/globals.css"; +import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - 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."}; + 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({ children, -- 2.49.1 From e4ea022962ed6492b67c2c215a6f9c93191f6cc3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:57:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ea797a..abacc25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -206,7 +206,7 @@ export default function LandingPage() { faqsAnimation="slide-up" 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." @@ -236,7 +236,7 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} inputPlaceholder="your@email.com" - buttonText="Book Your Strategy Call Now" + buttonText="Schedule Call" termsText="We respect your privacy. Your strategy call booking details are secure. No spam, ever." /> -- 2.49.1