diff --git a/apps/formbricks-com/components/home/Features.tsx b/apps/formbricks-com/components/home/Features.tsx index 4ffb2ffa6a..6ef45f9657 100644 --- a/apps/formbricks-com/components/home/Features.tsx +++ b/apps/formbricks-com/components/home/Features.tsx @@ -2,18 +2,18 @@ import { CodeFileIcon, EyeIcon, HandPuzzleIcon } from "@formbricks/ui"; import HeadingCentered from "../shared/HeadingCentered"; const features = [ + { + id: "compliance", + name: "Smoothly Compliant", + description: "Use our GDPR-compliant Cloud or self-host the entire solution.", + icon: EyeIcon, + }, { id: "customizable", name: "Fully Customizable", description: "Full customizability and extendability. Integrate with your stack easily.", icon: HandPuzzleIcon, }, - { - id: "compliance", - name: "Smoothly Compliant", - description: "Self-host the entire product and fly through privacy compliance reviews.", - icon: EyeIcon, - }, { id: "independent", name: "Stay independent", @@ -27,9 +27,9 @@ export const Features: React.FC = () => {