diff --git a/src/app/[locale]/preview/call-to-action/one/page.tsx b/src/app/[locale]/preview/call-to-action/one/page.tsx new file mode 100644 index 0000000..98f2102 --- /dev/null +++ b/src/app/[locale]/preview/call-to-action/one/page.tsx @@ -0,0 +1,31 @@ +import { Button } from '@/components/ui/button'; +import Link from 'next/link'; + +export default function CallToAction() { + return ( +
+
+
+

+ Start Building +

+

Libero sapiente aliquam quibusdam aspernatur.

+ +
+ + + +
+
+
+
+ ); +} diff --git a/src/app/[locale]/preview/call-to-action/three/page.tsx b/src/app/[locale]/preview/call-to-action/three/page.tsx new file mode 100644 index 0000000..a89b726 --- /dev/null +++ b/src/app/[locale]/preview/call-to-action/three/page.tsx @@ -0,0 +1,39 @@ +import { Button } from '@/components/ui/button'; +import { Mail, SendHorizonal } from 'lucide-react'; + +export default function CallToAction() { + return ( +
+
+
+

+ Start Building +

+

Libero sapiente aliquam quibusdam aspernatur.

+ +
+
+ + + + +
+ +
+
+
+
+
+
+ ); +} diff --git a/src/app/[locale]/preview/call-to-action/two/page.tsx b/src/app/[locale]/preview/call-to-action/two/page.tsx new file mode 100644 index 0000000..2a3d619 --- /dev/null +++ b/src/app/[locale]/preview/call-to-action/two/page.tsx @@ -0,0 +1,31 @@ +import { Button } from '@/components/ui/button'; +import Link from 'next/link'; + +export default function CallToAction() { + return ( +
+
+
+

+ Start Building +

+

Libero sapiente aliquam quibusdam aspernatur.

+ +
+ + + +
+
+
+
+ ); +} diff --git a/src/app/[locale]/preview/comparator/one/page.tsx b/src/app/[locale]/preview/comparator/one/page.tsx new file mode 100644 index 0000000..35c3ed3 --- /dev/null +++ b/src/app/[locale]/preview/comparator/one/page.tsx @@ -0,0 +1,233 @@ +import { Button } from '@/components/ui/button'; +import { Cpu, Sparkles } from 'lucide-react'; +import Link from 'next/link'; + +const tableData = [ + { + feature: 'Feature 1', + free: true, + pro: true, + startup: true, + }, + { + feature: 'Feature 2', + free: true, + pro: true, + startup: true, + }, + { + feature: 'Feature 3', + free: false, + pro: true, + startup: true, + }, + { + feature: 'Tokens', + free: '', + pro: '20 Users', + startup: 'Unlimited', + }, + { + feature: 'Video calls', + free: '', + pro: '12 Weeks', + startup: '56', + }, + { + feature: 'Support', + free: '', + pro: 'Secondes', + startup: 'Unlimited', + }, + { + feature: 'Security', + free: '', + pro: '20 Users', + startup: 'Unlimited', + }, +]; + +export default function PricingComparator() { + return ( +
+
+
+ + + + + + + + + + + + + + + + + {tableData.slice(-4).map((row, index) => ( + + + + + + + ))} + + + + + + + {tableData.map((row, index) => ( + + + + + + + ))} + + + + + + + +
+ Free + + + + Pro + + + Startup + +
+ + Features +
{row.feature} + {row.free === true ? ( + + + + ) : ( + row.free + )} + +
+ {row.pro === true ? ( + + + + ) : ( + row.pro + )} +
+
+ {row.startup === true ? ( + + + + ) : ( + row.startup + )} +
+ + AI Models +
{row.feature} + {row.free === true ? ( + + + + ) : ( + row.free + )} + +
+ {row.pro === true ? ( + + + + ) : ( + row.pro + )} +
+
+ {row.startup === true ? ( + + + + ) : ( + row.startup + )} +
+
+
+
+ ); +} diff --git a/src/app/[locale]/preview/contact/one/page.tsx b/src/app/[locale]/preview/contact/one/page.tsx new file mode 100644 index 0000000..eae0c75 --- /dev/null +++ b/src/app/[locale]/preview/contact/one/page.tsx @@ -0,0 +1,98 @@ +import { Button } from '@/components/ui/button'; +import { Input } from '@/components/ui/input'; +import { Label } from '@/components/ui/label'; +import { Textarea } from '@/components/ui/textarea'; +import { + Select, + SelectContent, + SelectItem, + SelectTrigger, + SelectValue, +} from '@/components/ui/select'; +import { Card } from '@/components/ui/card'; + +export default function ContactSection() { + return ( +
+
+

+ Contact Sales +

+

+ We'll help you find the right plan and pricing for your business. +

+ + +
+

+ Let's get you to the right place +

+

+ Reach out to our sales team! We’re eager to learn more about how + you plan to use our application. +

+
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + + Must start with 'https' + +
+ +
+ + +
+ +
+ +