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 type { Metadata } from "next";
|
||||||
import { Manrope } from "next/font/google";
|
import { Geist, Geist_Mono } from "next/font/google";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const manrope = Manrope({
|
const geist = Geist({
|
||||||
variable: "--font-manrope", subsets: ["latin"],
|
variable: "--font-geist-sans", subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const halant = Halant({
|
const geistMono = Geist_Mono({
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
variable: "--font-geist-mono", subsets: ["latin"],
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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: {
|
title: "Orsay AI", description: "Générez des leads qualifiés sur Instagram et WhatsApp en 5 minutes"};
|
||||||
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"],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||||
<body
|
{children}
|
||||||
className={`${manrope.variable} ${halant.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1418,7 +1390,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,8 +22,7 @@ export default function LandingPage() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const pricingPlans = [
|
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é"],
|
"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: {
|
button: {
|
||||||
text: "Démarrer l'essai gratuit (7 jours)", href: "{{trial_url}}"},
|
text: "Démarrer l'essai gratuit (7 jours)", href: "{{trial_url}}"},
|
||||||
@@ -310,20 +309,25 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardNine
|
<div className="flex flex-col gap-8">
|
||||||
plans={pricingPlans}
|
<div className="text-center">
|
||||||
animationType="slide-up"
|
<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>
|
||||||
title="Tarification simple. Pas de surprise."
|
</div>
|
||||||
description="Un seul plan. Pas de tiers caché. Vous payez pour ce que vous utilisez."
|
<PricingCardNine
|
||||||
textboxLayout="default"
|
plans={pricingPlans}
|
||||||
useInvertedBackground={false}
|
animationType="slide-up"
|
||||||
tag="Pricing"
|
title="Tarification simple. Pas de surprise."
|
||||||
tagAnimation="opacity"
|
description="Un seul plan. Pas de tiers caché. Vous payez pour ce que vous utilisez."
|
||||||
buttons={[{ text: "Voir exemples de coûts", href: "#" }]}
|
textboxLayout="default"
|
||||||
buttonAnimation="opacity"
|
useInvertedBackground={false}
|
||||||
className="w-full"
|
tag="Pricing"
|
||||||
containerClassName="py-16 md:py-24 px-6 md:px-12 bg-gradient-to-br from-blue-50 to-purple-50"
|
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>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
|
|||||||
Reference in New Issue
Block a user