diff --git a/public/images/dashboard.png b/public/images/dashboard.png new file mode 100644 index 0000000..85d6b5c Binary files /dev/null and b/public/images/dashboard.png differ diff --git a/src/components/FlitchPayFinal.tsx b/src/components/FlitchPayFinal.tsx index 5dc77e5..5f9d806 100644 --- a/src/components/FlitchPayFinal.tsx +++ b/src/components/FlitchPayFinal.tsx @@ -6,7 +6,7 @@ import Link from "next/link"; export function FlitchPayFinal() { return ( -
+
-
-
+
{isMobile ? ( ) : ( - App Demo + App Demo )}
diff --git a/src/components/WhatsFlitchPay2.tsx b/src/components/WhatsFlitchPay2.tsx index e7d97b5..fffc885 100644 --- a/src/components/WhatsFlitchPay2.tsx +++ b/src/components/WhatsFlitchPay2.tsx @@ -12,183 +12,205 @@ import { Terminal } from "@/public/svgs/Terminal"; import { useActivePage } from "../app/_context"; export function WhatsFlitchPay2() { - const {activePage} = useActivePage(); - if (activePage=="Personal"){ + const { activePage } = useActivePage(); + if (activePage == "Personal") { return; } return ( -
-
- -
-
-
- Inbound Payments -
-
- - Create Inbound Payments - + <> +
+
+
+ +
+
+
+ Inbound Payments +
+
+ + Create Inbound Payments + +
-
-
- {/* card1 */}
-
- Encrypt or Redact your Data -
-
- Inbound Relay is a proxy that intercepts and encrypts or redacts - selected fields in an HTTPS request before forwarding the - request to its original destination. -
+ {/* card1 */}
-
-

- Create an Inbound Relay with an onboarding tutorial. -

-
- - Get Started - -
+
+ Encrypt or Redact your Data
- -
-
- -
- - - - Get Started -
-
- {">"} -
- - +
-
- - - - Follow a Quickstart +
+

+ Create an Inbound Relay with an onboarding tutorial. +

+
+ + Get Started + +
-
+
+
+ - {">"} -
- -
-
- {/* card2 */} -
- {/* card1 */} -
-
-
+
+ + + + Get Started +
- + {">"}
-
Client
-
- -
+ -  {'"name":"Claude"'}  -
+
+ + + + Follow a Quickstart +
+
+ {">"} +
+
-
{">"}
{/* card2 */} -
-
-
+
+ {/* card1 */} +
+
+
+
+ +
+
Client
+
+
- +  {'"name":"Claude"'} 
-
Inbound Relay
-
-
{">"}
- {/* card3 */} -
-
-
-
- +
{">"}
+ {/* card2 */} +
+
+
+
+ +
+
Inbound Relay
-
Server
+
+
{">"}
+ {/* card3 */} +
+
+
+
+ +
+
Server
+
-
- {'"name":"ev:Tk9D"'} +
+ {'"name":"ev:Tk9D"'} +
-
-
+
+
+ ); }