From e3b4ec4a9e574ef105627ac4b13f569708850423 Mon Sep 17 00:00:00 2001
From: ShubhamPalriwala
Date: Wed, 19 Jul 2023 00:59:52 +0530
Subject: [PATCH 1/2] fix: cal widget had an internal predefined margin causing
it to be unabalanced with the concierge div
---
apps/formbricks-com/pages/concierge.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/formbricks-com/pages/concierge.tsx b/apps/formbricks-com/pages/concierge.tsx
index bf0ff7198c..02d9259c29 100644
--- a/apps/formbricks-com/pages/concierge.tsx
+++ b/apps/formbricks-com/pages/concierge.tsx
@@ -82,7 +82,7 @@ const ConciergePage = () => {
-
+
Date: Wed, 19 Jul 2023 12:52:43 +0200
Subject: [PATCH 2/2] update concierge offer
---
apps/formbricks-com/pages/concierge.tsx | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/apps/formbricks-com/pages/concierge.tsx b/apps/formbricks-com/pages/concierge.tsx
index 02d9259c29..78efd9b438 100644
--- a/apps/formbricks-com/pages/concierge.tsx
+++ b/apps/formbricks-com/pages/concierge.tsx
@@ -3,12 +3,13 @@ import Layout from "@/components/shared/Layout";
import Cal, { getCalApi } from "@calcom/embed-react";
import { useEffect } from "react";
import { CheckBadgeIcon } from "@heroicons/react/24/solid";
+import { Button } from "@formbricks/ui";
const XMOffer = [
{
step: "1",
- header: "Kick-off call",
- description: "You share with our seasoned PMs which areas of your customer experience need improvement.",
+ header: "Kick-off call (FREE)",
+ description: "Share with our seasoned PMs which areas of customer experience need improvement.",
},
{
step: "2",
@@ -69,18 +70,27 @@ const ConciergePage = () => {
))}
- 100% Risk-free: Pay after the kick-off call.
+ 100% Risk-free: Pay after the kick-off call, if you liked it.
Money-back: If you're not happy, get a full refund.
+
+
+