From 67739bfe6fbf2c29e4d057dc996d9db30e408355 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 01:23:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b54349e..7cb469e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ const inter = Inter({ subsets: ["latin"], }); -export const metadata: Metadata = { title: 'Formation OFM Hybride IA | Accompagnement 1:1', description: 'Apprenez à lancer et scaler votre agence OFM avec l\'IA. Coaching 1:1 pour transformer votre business. Réservez votre appel stratégique dès aujourd\'hui.' }; +export const metadata: Metadata = { title: 'AI-OFM Pro | Automatisation IA pour agences OFM', description: 'Lancez votre business d\'agence OnlyFans automatisé par l\'IA. 1000€+ de CA visés avec un système 1:1 sans montrer votre visage.' }; export default function RootLayout({ children, -- 2.49.1 From f816f3cbcc03365171a723369ead92e7c2c3894a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 01:23:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 163 ++++++++++++++++++----------------------------- 1 file changed, 62 insertions(+), 101 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c03b993..511afc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,15 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCarouselLogo from "@/components/sections/hero/HeroCarouselLogo"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, BrainCircuit, Target, TrendingUp, Instagram, Twitter, Linkedin } from "lucide-react"; +import { BrainCircuit, Target, TrendingUp } from "lucide-react"; export default function OFMCoachingPage() { return ( @@ -27,123 +26,85 @@ export default function OFMCoachingPage() { headingFontWeight="semibold" > - - -
- + +
+
+ +
+
+
-
- +
- -
- +
-
- + +
+ -
); -- 2.49.1