From 9c1005be2230804f94c321597a125190f08ef366 Mon Sep 17 00:00:00 2001
From: Susritha <106534816+susrithasabbini@users.noreply.github.com>
Date: Tue, 24 Dec 2024 17:16:44 +0530
Subject: [PATCH] feat: Recon Landing Page (#1970)
---
public/hyperswitch/assets/reconLanding.svg | 1363 +++++++++++++++++
.../ReconOnboarding/ReconOnbdLanding.res | 23 +-
tailwind.config.js | 7 +
3 files changed, 1392 insertions(+), 1 deletion(-)
create mode 100644 public/hyperswitch/assets/reconLanding.svg
diff --git a/public/hyperswitch/assets/reconLanding.svg b/public/hyperswitch/assets/reconLanding.svg
new file mode 100644
index 000000000..b64364927
--- /dev/null
+++ b/public/hyperswitch/assets/reconLanding.svg
@@ -0,0 +1,1363 @@
+
diff --git a/src/reconScreens/ReconOnboarding/ReconOnbdLanding.res b/src/reconScreens/ReconOnboarding/ReconOnbdLanding.res
index 31dad2bf1..667a00c5c 100644
--- a/src/reconScreens/ReconOnboarding/ReconOnbdLanding.res
+++ b/src/reconScreens/ReconOnboarding/ReconOnbdLanding.res
@@ -1,4 +1,25 @@
@react.component
let make = () => {
-
{"OnBoarding"->React.string}
+ open PageUtils
+
+ let handleGetStarted = (): unit => {()}
+
+
+
+
}
diff --git a/tailwind.config.js b/tailwind.config.js
index 62318e8d2..86506f2b9 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -72,6 +72,12 @@ module.exports = {
},
maxWidth: {
fixedPageWidth: "82.75rem",
+ 860: "860px",
+ 600: "600px",
+ 700: "700px",
+ },
+ lineHeight: {
+ 60: "60px",
},
boxShadow: {
@@ -100,6 +106,7 @@ module.exports = {
"fs-20": "20px",
"fs-24": "24px",
"fs-28": "28px",
+ "fs-48": "48px",
},
colors: {
primary: {