diff --git a/src/app/landing/people/page.tsx b/src/app/landing/people/page.tsx index e69de29..15bba05 100644 --- a/src/app/landing/people/page.tsx +++ b/src/app/landing/people/page.tsx @@ -0,0 +1,95 @@ +import Image from "next/image"; + +export default function PeoplePage() { + return ( +
+ {/* Header */} +
+
+ + InternConnect + + {/* Search */} +
+ + People + + + + +
+
+ +
+ + Join now + + +
+
+ +
+
+ Student nerds +
+

+ Try searching for your co-worker, classmate, professor, or friend +

+
+ + {/* Footer */} + +
+ ); +}