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, 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" > - - -
- + +
+
+ +
+
+
-
- +
- -
- +
-
- + +
+ -
);