23 Commits

Author SHA1 Message Date
31f63c019b Update src/app/page.tsx 2026-03-07 19:58:32 +00:00
e778020231 Update src/app/page.tsx 2026-03-07 19:57:25 +00:00
8ac9f12617 Update src/app/page.tsx 2026-03-07 19:56:24 +00:00
78424ab89c Switch to version 1: modified src/app/styles/base.css 2026-03-07 19:55:15 +00:00
a5411bdc10 Switch to version 1: modified src/app/layout.tsx 2026-03-07 19:55:14 +00:00
dd802cf3c1 Switch to version 2: modified src/app/styles/base.css 2026-03-07 19:55:04 +00:00
40991bda53 Switch to version 2: modified src/app/page.tsx 2026-03-07 19:55:04 +00:00
413406e108 Switch to version 2: modified src/app/layout.tsx 2026-03-07 19:55:04 +00:00
cd7cbc6ec9 Switch to version 3: modified src/app/page.tsx 2026-03-07 19:54:51 +00:00
79389b9b27 Switch to version 3: modified src/app/layout.tsx 2026-03-07 19:54:51 +00:00
1a9c967c7c Merge version_4 into main
Merge version_4 into main
2026-03-07 19:51:37 +00:00
7ee57918c3 Update src/app/page.tsx 2026-03-07 19:51:33 +00:00
0ac6afffdd Update src/app/layout.tsx 2026-03-07 19:51:32 +00:00
9d643e539a Switch to version 1: modified src/app/styles/base.css 2026-03-07 19:47:15 +00:00
4b356c6dd6 Switch to version 1: modified src/app/layout.tsx 2026-03-07 19:47:14 +00:00
e4d1e2c7d4 Switch to version 2: modified src/app/styles/base.css 2026-03-07 19:47:03 +00:00
d4351c3ace Switch to version 2: modified src/app/page.tsx 2026-03-07 19:47:03 +00:00
8f10d30f26 Switch to version 2: modified src/app/layout.tsx 2026-03-07 19:47:02 +00:00
c646f68fb6 Merge version_3 into main
Merge version_3 into main
2026-03-07 19:43:46 +00:00
72e47fe4ce Update src/app/page.tsx 2026-03-07 19:43:42 +00:00
b2e1952bea Switch to version 1: modified src/app/styles/base.css 2026-03-07 19:41:38 +00:00
21ed08b8f3 Switch to version 1: modified src/app/layout.tsx 2026-03-07 19:41:37 +00:00
9090a50411 Merge version_2 into main
Merge version_2 into main
2026-03-07 03:15:55 +00:00
3 changed files with 62 additions and 17 deletions

View File

@@ -1,30 +1,55 @@
import type { Metadata } from "next";
import { Libre_Baskerville, Montserrat } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "FGA Growth - Performance Marketing Agency", description: "Scale your e-commerce with proven performance marketing strategies"};
title: "Performance Marketing Results | FGA Growth", description: "See proven case studies with 17x+ ROAS. FGA Growth scales e-commerce brands through data-driven performance marketing strategies.", keywords: "performance marketing, ROAS, case studies, e-commerce growth, marketing agency", openGraph: {
title: "Performance Marketing Results That Scale", description: "17x+ ROAS case studies from FGA Growth. Data-driven strategies for e-commerce success.", siteName: "FGA Growth", type: "website", images: [
{
url: "http://img.b2bpic.net/free-vector/online-shopping-sales-landing-page-template_23-2148826283.jpg", alt: "FGA Growth case study results"},
],
},
twitter: {
card: "summary_large_image", title: "Performance Marketing Results | FGA Growth", description: "17x+ ROAS. Proven case studies from leading performance marketing agency.", images: ["http://img.b2bpic.net/free-vector/online-shopping-sales-landing-page-template_23-2148826283.jpg"],
},
};
export default function RootLayout({
children,
}: {
}: Readonly<{
children: React.ReactNode;
}) {
}>) {
return (
<html lang="en">
<body className={`${libreBaskerville.variable} ${montserrat.variable}`}>
{children}
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1392,6 +1417,7 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -1,6 +1,7 @@
"use client";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
@@ -35,6 +36,24 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="Scale Your Performance Marketing"
description="Data-driven strategies that turn advertising spend into predictable revenue growth. We help e-commerce brands 2-5x their ROAS."
tag="Growth Agency"
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Book Strategy Call", href: "#contact" },
{ text: "View Case Studies", href: "#testimonial" }
]}
buttonAnimation="slide-up"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/people-analyzing-checking-finance-graphs-office_23-2150377179.jpg?_wi=2"
imageAlt="Marketing performance analytics and growth metrics"
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardSix
title="Proven Results"

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-montserrat), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-libre-baskerville), serif;
font-family: var(--font-manrope), sans-serif;
}