diff --git a/public/images/FlitchPayLaptop.webp b/public/images/FlitchPayLaptop.webp new file mode 100644 index 0000000..4e8310c Binary files /dev/null and b/public/images/FlitchPayLaptop.webp differ diff --git a/public/images/FlitchPayMobile.webp b/public/images/FlitchPayMobile.webp new file mode 100644 index 0000000..57aa5ca Binary files /dev/null and b/public/images/FlitchPayMobile.webp differ diff --git a/src/components/WhatsFlitchPay.tsx b/src/components/WhatsFlitchPay.tsx index 2a0e9ee..6fe27af 100644 --- a/src/components/WhatsFlitchPay.tsx +++ b/src/components/WhatsFlitchPay.tsx @@ -6,20 +6,23 @@ import { VectorRight } from "@/public/svgs/VectorRight"; import Link from "next/link"; import discussion from "@/public/images/discussions.png"; import pullRequests from "@/public/images/pull-requests.png"; +import laptop from "@/public/images/FlitchPayLaptop.webp"; +import mobile from "@/public/images/FlitchPayMobile.webp"; import React from "react"; import Image from "next/image"; export function WhatsFlitchPay() { return (
-
+
-
-
-
+
+ {/* card1 */} +
+
Sophisticated Checkouts - + {" "} create space to ask questions and have open-ended conversations. @@ -37,11 +40,12 @@ export function WhatsFlitchPay() { App
-
-
+ {/* card2 */} +
+
On Make products & Sell - + {" "} allow communication and collaboration about code changes. @@ -59,6 +63,34 @@ export function WhatsFlitchPay() {
+ {/* card3 */} +
+
+
+ On premise Messaging & Real-time Payments + + {" "} + lets you support your favorite open source maintainers and + projects. + + +
+ Invest with GitHub Sponsors {"->"} + {/* Right Arrow */} + Invest with GitHub Sponsors +
+ +
+
+
+ laptop +
+
+ mobile +
+
+
+
);