Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-06 23:13:00 +00:00
2 changed files with 12 additions and 50 deletions

View File

@@ -1,58 +1,21 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito_Sans } from "next/font/google";
import { Lora, 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"],
});
const nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans", subsets: ["latin"],
});
const lora = Lora({ subsets: ["latin"] });
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "FGA Growth | Predictable Revenue Through Expert Paid Ads", description: "Scale your SaaS, agency, or service business with data-driven Meta and Google Ads strategies. 17x+ ROAS guaranteed or we optimize for free. Schedule your free growth audit.", keywords: "paid advertising, Meta Ads, Google Ads, SaaS growth, digital marketing agency, customer acquisition, B2B growth, performance marketing", metadataBase: new URL("https://fgagrowth.com"),
alternates: {
canonical: "https://fgagrowth.com"},
openGraph: {
title: "FGA Growth | Expert Paid Advertising for SaaS & Agencies", description: "See how we deliver predictable revenue growth through precision paid ads strategies. Real results. Real numbers.", url: "https://fgagrowth.com", siteName: "FGA Growth", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaFIgcyoyASNedMIiANZ6vWpg2/a-modern-digital-marketing-dashboard-wit-1772822790669-3948499a.png", alt: "FGA Growth Performance Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "FGA Growth | Predictable Revenue Growth", description: "Expert paid advertising for SaaS companies, marketing agencies, and service businesses.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaFIgcyoyASNedMIiANZ6vWpg2/a-modern-digital-marketing-dashboard-wit-1772822790669-3948499a.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "FGA Growth | Predictable Growth Through Expert Paid Ads", description: "Scale SaaS, agencies, and service businesses through precision Meta and Google Ads strategies. See results or we optimize for free."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${lora.className} ${inter.className}`}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -203,16 +203,16 @@ export default function LandingPage() {
tag="FAQs"
faqs={[
{
id: "1", title: "How does FGA Growth guarantee results?", content: "We don't just promise results—we deliver them. Our performance-based model means you only pay for measurable outcomes. We start with a free growth audit to identify opportunities, then build custom strategies with transparent ROI tracking. Our average client sees 17x+ ROAS, but every business is unique."
id: "1", title: "What if we don't see results in the first month?", content: "We provide free optimization if we don't deliver results in your first month. Paid advertising requires time for testing and optimization, but we're confident in our process. We'll continuously refine targeting, creative testing, and campaign structure until we hit your ROI targets."
},
{
id: "2", title: "What makes your approach different from other agencies?", content: "We specialize exclusively in SaaS, agencies, and service businesses. This deep focus means we understand your unique growth constraints and customer acquisition challenges. We combine expert paid ads management with transparent reporting and data-driven strategy—no vanity metrics, just measurable business results."
id: "2", title: "How does FGA Growth guarantee results?", content: "We don't just promise results—we deliver them. Our performance-based model means you only pay for measurable outcomes. We start with a free growth audit to identify opportunities, then build custom strategies with transparent ROI tracking. Our average client sees 17x+ ROAS, but every business is unique."
},
{
id: "3", title: "Do you work with startups and early-stage companies?", content: "Yes. We work with businesses at every stage, from early-stage startups to established enterprises. Our strategies scale with your growth. We've helped companies grow from zero to seven figures through paid advertising. The key is having a clear value proposition and product-market fit."
id: "3", title: "What makes your approach different from other agencies?", content: "We specialize exclusively in SaaS, agencies, and service businesses. This deep focus means we understand your unique growth constraints and customer acquisition challenges. We combine expert paid ads management with transparent reporting and data-driven strategy—no vanity metrics, just measurable business results."
},
{
id: "4", title: "What if we don't see results in the first month?", content: "We provide free optimization if we don't deliver results in your first month. Paid advertising requires time for testing and optimization, but we're confident in our process. We'll continuously refine targeting, creative testing, and campaign structure until we hit your ROI targets."
id: "4", title: "Do you work with startups and early-stage companies?", content: "Yes. We work with businesses at every stage, from early-stage startups to established enterprises. Our strategies scale with your growth. We've helped companies grow from zero to seven figures through paid advertising. The key is having a clear value proposition and product-market fit."
},
{
id: "5", title: "How much should we expect to spend on ads?", content: "Ad spend depends on your industry, goals, and growth stage. We typically recommend starting with $3,000-5,000/month to gather meaningful data. However, we can work with smaller budgets initially. During your free growth audit, we'll recommend an optimal spend level based on your specific business model."