diff --git a/public/svgs/rod1.png b/public/svgs/rod1.png deleted file mode 100644 index 921f72c..0000000 Binary files a/public/svgs/rod1.png and /dev/null differ diff --git a/public/svgs/rod2.png b/public/svgs/rod2.png deleted file mode 100644 index 9b06709..0000000 Binary files a/public/svgs/rod2.png and /dev/null differ diff --git a/src/components/FlitchPayFinal.tsx b/src/components/FlitchPayFinal.tsx index 1766ae3..5c1f389 100644 --- a/src/components/FlitchPayFinal.tsx +++ b/src/components/FlitchPayFinal.tsx @@ -1,3 +1,4 @@ +/* eslint-disable @next/next/no-img-element */ import Image from "next/image"; import React from "react"; import Final from "@/public/images/Final.png"; @@ -5,11 +6,77 @@ import Link from "next/link"; export function FlitchPayFinal() { return ( -
- {/* redirect to get started link */} - - - +
+
+
+
+
+
+ + FlitchPay +
+
{" "} + Building the Future of{" "} + + Decentralized
+
{" "} + Payments{" "} +
+
+ {" "} + Solana-run technology powering the cryptocurrency payments + network Flitch-Pay and decentralized applications. +
+ + Get Started for Free  {"->"} + +
+
+
+ +
+
+ +
+
+
+
+
); }