This commit is contained in:
2025-06-18 16:44:30 +02:00
parent 08bc8e8ba5
commit 912b1733b3
17 changed files with 236 additions and 117 deletions

View File

@@ -5,12 +5,15 @@ import { Pricing } from '@/components/Pricing'
import { PrimaryFeatures } from '@/components/PrimaryFeatures'
import { Reviews } from '@/components/Reviews'
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
import Tractions from '@/components/Tractions'
import Benefits from '@/components/Benefits'
export default function Home() {
return (
<>
<Hero />
<PrimaryFeatures />
<Tractions />
<Benefits />
<SecondaryFeatures />
<CallToAction />
<Reviews />

View File

@@ -12,7 +12,7 @@ export default function NotFound() {
<h1 className="mt-2 text-3xl font-medium tracking-tight text-gray-900">
Page not found
</h1>
<p className="mt-2 text-lg text-gray-600">
<p className="mt-2 lg:text-lg text-base text-gray-600">
Sorry, we couldnt find the page youre looking for.
</p>
<Button href="/" variant="outline" className="mt-8">