diff --git a/app/components/IfoLinks.tsx b/app/components/IfoLinks.tsx new file mode 100644 index 000000000..99af30a0c --- /dev/null +++ b/app/components/IfoLinks.tsx @@ -0,0 +1,21 @@ + +import Link from 'next/link'; +import { motion } from 'framer-motion'; + + +export default function InfoLink() { + return( +
+
+ + Tell Me + +
+
+ + Learn More + +
+
+ ); +}; \ No newline at end of file diff --git a/app/components/StickyRelativeDemo.tsx b/app/components/StickyRelativeDemo.tsx index a1f144928..4a9030f9b 100644 --- a/app/components/StickyRelativeDemo.tsx +++ b/app/components/StickyRelativeDemo.tsx @@ -3,6 +3,7 @@ import { NextPage } from "next"; import Image from "next/image"; import Link from "next/link"; import { Source_Code_Pro } from "next/font/google"; +import InfoLink from "./IfoLinks"; const source_Code_Pro = Source_Code_Pro({ weight: "400", @@ -18,6 +19,7 @@ const StickyRelativeDemo: NextPage = () => { Recent projects +
diff --git a/app/components/backgroundBeams.tsx b/app/components/backgroundBeams.tsx index e582c36b8..eb4940d8e 100644 --- a/app/components/backgroundBeams.tsx +++ b/app/components/backgroundBeams.tsx @@ -58,7 +58,6 @@ export function BackgroundBeamsDemo() { }} className="flex w-full flex-col items-center justify-center" > -

- - - Get started - - - {/* ▲ Next.js 14.2.3 */} - Let's talk - - - +
+ + + + + Get started + + + + + Learn more + + + +