Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34a43e6eac | |||
| e6e2a52fbf | |||
| 058237435b | |||
| 7db3648c27 | |||
| a89313219d | |||
| 8249ce6d91 | |||
| 503d13a879 | |||
| 2c5b47ac02 | |||
| cc34d5d640 | |||
| 4f08f27351 | |||
| 6fca117dd4 | |||
| aab682e15f | |||
| 63a43720b0 | |||
| 288a9ed089 | |||
| f70044a6d7 | |||
| c03d55c059 |
@@ -1,56 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Orsay AI – Prospection Automatisée Instagram & WhatsApp | SaaS Lead Generation", description: "Générez 400+ leads qualifiés par mois sur Instagram et WhatsApp avec IA. Safe-by-design, sans risque de ban. Essai gratuit 7 jours, sans CB.", keywords: "prospection Instagram, lead generation, WhatsApp automation, IA SaaS, automation outbound, safe Instagram", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Orsay AI – Leads Qualifiés en 5 Minutes", description: "Automatisez votre prospection sur Instagram et WhatsApp avec IA. Safe-by-design. Essai gratuit 7 jours.", url: "https://orsay.ai", siteName: "Orsay AI", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARKdYBHG7FKwV3UuBnTWKty10v/modern-saas-dashboard-for-ai-prospection-1772552288444-b5f3f9bd.png", width: 1200,
|
||||
height: 630,
|
||||
alt: "Orsay AI Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Orsay AI – Leads Qualifiés en 5 Minutes", description: "Automatisez votre prospection sur Instagram et WhatsApp avec IA.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARKdYBHG7FKwV3UuBnTWKty10v/modern-saas-dashboard-for-ai-prospection-1772552288444-b5f3f9bd.png"],
|
||||
},
|
||||
};
|
||||
title: "Orsay AI", description: "Générez des leads qualifiés sur Instagram et WhatsApp en 5 minutes"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${manrope.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1418,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -22,8 +22,7 @@ export default function LandingPage() {
|
||||
];
|
||||
|
||||
const pricingPlans = [
|
||||
{
|
||||
id: "plan-97", title: "Plan Orsay AI", price: "97", period: "$/mois", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARKdYBHG7FKwV3UuBnTWKty10v/modern-pricing-plan-card-visualization-s-1772552287498-d5dc3e39.png", imageAlt: "Plan Orsay AI Pro", features: [
|
||||
{ id: "plan-97", title: "Plan Orsay AI", price: "97", period: "$/mois", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARKdYBHG7FKwV3UuBnTWKty10v/modern-pricing-plan-card-visualization-s-1772552287498-d5dc3e39.png", imageAlt: "Plan Orsay AI Pro", features: [
|
||||
"Lead Finder illimité (analyse quotidienne)", "Outreach Instagram illimité (limites safe)", "WhatsApp automation", "Agents IA illimités", "Séquences illimitées", "Conversations centralisées", "Intégrations Zapier + CSV", "Support email", "+ 0,15 $ par lead généré"],
|
||||
button: {
|
||||
text: "Démarrer l'essai gratuit (7 jours)", href: "{{trial_url}}"},
|
||||
@@ -310,20 +309,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
plans={pricingPlans}
|
||||
animationType="slide-up"
|
||||
title="Tarification simple. Pas de surprise."
|
||||
description="Un seul plan. Pas de tiers caché. Vous payez pour ce que vous utilisez."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Pricing"
|
||||
tagAnimation="opacity"
|
||||
buttons={[{ text: "Voir exemples de coûts", href: "#" }]}
|
||||
buttonAnimation="opacity"
|
||||
className="w-full"
|
||||
containerClassName="py-16 md:py-24 px-6 md:px-12 bg-gradient-to-br from-blue-50 to-purple-50"
|
||||
/>
|
||||
<div className="flex flex-col gap-8">
|
||||
<div className="text-center">
|
||||
<p className="text-lg md:text-xl font-semibold text-green-600 mb-4">✓ 100% transparent pricing — 7-day free trial, no credit card required</p>
|
||||
</div>
|
||||
<PricingCardNine
|
||||
plans={pricingPlans}
|
||||
animationType="slide-up"
|
||||
title="Tarification simple. Pas de surprise."
|
||||
description="Un seul plan. Pas de tiers caché. Vous payez pour ce que vous utilisez."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Pricing"
|
||||
tagAnimation="opacity"
|
||||
buttons={[{ text: "Voir exemples de coûts", href: "#" }]}
|
||||
buttonAnimation="opacity"
|
||||
className="w-full"
|
||||
containerClassName="py-16 md:py-24 px-6 md:px-12 bg-gradient-to-br from-blue-50 to-purple-50"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
|
||||
Reference in New Issue
Block a user