diff --git a/src/app/info/page.tsx b/src/app/info/page.tsx index 09bcee8..1f5e253 100644 --- a/src/app/info/page.tsx +++ b/src/app/info/page.tsx @@ -1,6 +1,7 @@ import React from "react"; -import pintxosData from "@/app/constants/pintxosData"; // Adjust the import path as needed +import pintxosData from "@/app/constants/pintxosData"; import Image from "next/image"; +import Link from "next/link"; //TODO Add more description, refactor ui const Info = () => { @@ -54,6 +55,13 @@ const Info = () => { ))} +
+ + + +
); };