diff --git a/apps/website/app/[locale]/page.tsx b/apps/website/app/[locale]/page.tsx index 7630268..7f2dfb6 100644 --- a/apps/website/app/[locale]/page.tsx +++ b/apps/website/app/[locale]/page.tsx @@ -2,18 +2,19 @@ import { CallToAction } from "@/components/CallToAction"; import { Faqs } from "@/components/Faqs"; import { Hero } from "@/components/Hero"; import { PrimaryFeatures } from "@/components/PrimaryFeatures"; -import { SecondaryFeatures } from "@/components/SecondaryFeatures"; +import { Testimonials } from "@/components/Testimonials"; +import { FeaturesSectionDemo } from "@/components/features"; export default function Home() { return (
+ - - - {/* */} + +
); diff --git a/apps/website/components/CallToAction.tsx b/apps/website/components/CallToAction.tsx index 3e18a14..8c1d797 100644 --- a/apps/website/components/CallToAction.tsx +++ b/apps/website/components/CallToAction.tsx @@ -41,7 +41,7 @@ export function CallToAction() { - - {/* + + +
+ + */} -
-
- - -
+ + + + + {t("navigation.discord")} + + + + + -
-