diff --git a/src/app/landing/page.tsx b/src/app/landing/page.tsx new file mode 100644 index 0000000..604faf9 --- /dev/null +++ b/src/app/landing/page.tsx @@ -0,0 +1,37 @@ +import Landing0 from "../../components/Landing0" +export default function landing() { + // return ( + //
+ //
+ //
+ //
Building the Future of Decentralized Payments
+ //
Solana-run technology powering the cryptocurrency payments network Flitch-Pay and decentralized applications.
+ // + + //
+ //
+ //
+ // + //
+ //
+ // + //
+ + //
+ + + + + //
+ + + + //
+ // ) + return <> + + +} + diff --git a/src/app/page.tsx b/src/app/page.tsx index f93a7a3..141d852 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import Navbar from "../components/Navbar"; export default function LandingPage() { // const isMobile = useMediaQuery("(max-width: 768px)"); - + return ( <> diff --git a/src/components/Landing0.tsx b/src/components/Landing0.tsx new file mode 100644 index 0000000..5a638d4 --- /dev/null +++ b/src/components/Landing0.tsx @@ -0,0 +1,32 @@ +export default function Landing0(){ + return ( +
+
+
+
Building the Future of Decentralized Payments
+
Solana-run technology powering the cryptocurrency payments network Flitch-Pay and decentralized applications.
+ + +
+
+
+ +
+
+ +
+ +
+ + + + +
+ + + +
+ ) +} \ No newline at end of file