From 11625c5b68fb3ce5383f1cb1873b180cb3ed030b Mon Sep 17 00:00:00 2001
From: Cader
Date: Sun, 20 Apr 2025 16:08:37 +0800
Subject: [PATCH] Plan Comparison Modal
---
ui/src/components/Home/HomePage.tsx | 4 +-
ui/src/components/PlanComparisonModal.tsx | 78 +++++++++++++++++++++++
2 files changed, 81 insertions(+), 1 deletion(-)
create mode 100644 ui/src/components/PlanComparisonModal.tsx
diff --git a/ui/src/components/Home/HomePage.tsx b/ui/src/components/Home/HomePage.tsx
index a0ebd15..73af5af 100644
--- a/ui/src/components/Home/HomePage.tsx
+++ b/ui/src/components/Home/HomePage.tsx
@@ -1,6 +1,7 @@
import { useState } from "react";
import FadeInOutCard from "../elements/FadeInOutCard";
import Login from "../Login";
+import { PlanComparisonModal } from "../PlanComparisonModal";
export default function HomePage() {
const [showLogin, setShowLogin] = useState(false);
@@ -36,9 +37,10 @@ export default function HomePage() {
Gain real-time visibility into your IP assets with powerful
analytics and monitoring tools. Stay ahead with latest innovations.
-