diff --git a/app/about-us/page.tsx b/app/about-us/page.tsx new file mode 100644 index 0000000..1c0a9c2 --- /dev/null +++ b/app/about-us/page.tsx @@ -0,0 +1,75 @@ +const people = [ + { + name: 'Andrei Banu', + role: 'UI/UX designer', + imageUrl: + 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', + }, + { + name: 'Ioan Cristian Chelaru', + role: 'UI/UX designer', + imageUrl: + 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', + }, + { + name: 'Alexandru Gabriel Stan', + role: 'Back end developer', + imageUrl: + 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', + }, + // More people... + ] + + export default function Example() { + return ( +
+