diff --git a/apps/frontend/public/auth/avatars/ali.jpg b/apps/frontend/public/auth/avatars/ali.jpg new file mode 100644 index 00000000..a3102f60 Binary files /dev/null and b/apps/frontend/public/auth/avatars/ali.jpg differ diff --git a/apps/frontend/public/auth/avatars/andy.jpeg b/apps/frontend/public/auth/avatars/andy.jpeg new file mode 100644 index 00000000..b0792588 Binary files /dev/null and b/apps/frontend/public/auth/avatars/andy.jpeg differ diff --git a/apps/frontend/public/auth/avatars/anica.jpg b/apps/frontend/public/auth/avatars/anica.jpg new file mode 100644 index 00000000..2762359a Binary files /dev/null and b/apps/frontend/public/auth/avatars/anica.jpg differ diff --git a/apps/frontend/public/auth/avatars/bart.jpg b/apps/frontend/public/auth/avatars/bart.jpg new file mode 100644 index 00000000..68fa588e Binary files /dev/null and b/apps/frontend/public/auth/avatars/bart.jpg differ diff --git a/apps/frontend/public/auth/avatars/david.jpg b/apps/frontend/public/auth/avatars/david.jpg new file mode 100644 index 00000000..3fcf6029 Binary files /dev/null and b/apps/frontend/public/auth/avatars/david.jpg differ diff --git a/apps/frontend/public/auth/avatars/dilini.jpeg b/apps/frontend/public/auth/avatars/dilini.jpeg new file mode 100644 index 00000000..0cbe820a Binary files /dev/null and b/apps/frontend/public/auth/avatars/dilini.jpeg differ diff --git a/apps/frontend/public/auth/avatars/george.jpg b/apps/frontend/public/auth/avatars/george.jpg new file mode 100644 index 00000000..ca11fcba Binary files /dev/null and b/apps/frontend/public/auth/avatars/george.jpg differ diff --git a/apps/frontend/public/auth/avatars/henry.jpg b/apps/frontend/public/auth/avatars/henry.jpg new file mode 100644 index 00000000..72df9f6b Binary files /dev/null and b/apps/frontend/public/auth/avatars/henry.jpg differ diff --git a/apps/frontend/public/auth/avatars/iorn.jpg b/apps/frontend/public/auth/avatars/iorn.jpg new file mode 100644 index 00000000..af7edbc0 Binary files /dev/null and b/apps/frontend/public/auth/avatars/iorn.jpg differ diff --git a/apps/frontend/public/auth/avatars/johna.jpg b/apps/frontend/public/auth/avatars/johna.jpg new file mode 100644 index 00000000..f36fac83 Binary files /dev/null and b/apps/frontend/public/auth/avatars/johna.jpg differ diff --git a/apps/frontend/public/auth/avatars/josh.jpg b/apps/frontend/public/auth/avatars/josh.jpg new file mode 100644 index 00000000..f00128da Binary files /dev/null and b/apps/frontend/public/auth/avatars/josh.jpg differ diff --git a/apps/frontend/public/auth/avatars/kiley.jpeg b/apps/frontend/public/auth/avatars/kiley.jpeg new file mode 100644 index 00000000..9a25cd47 Binary files /dev/null and b/apps/frontend/public/auth/avatars/kiley.jpeg differ diff --git a/apps/frontend/public/auth/avatars/maria.jpg b/apps/frontend/public/auth/avatars/maria.jpg new file mode 100644 index 00000000..0755a50d Binary files /dev/null and b/apps/frontend/public/auth/avatars/maria.jpg differ diff --git a/apps/frontend/public/auth/avatars/michael.jpeg b/apps/frontend/public/auth/avatars/michael.jpeg new file mode 100644 index 00000000..9bd2e641 Binary files /dev/null and b/apps/frontend/public/auth/avatars/michael.jpeg differ diff --git a/apps/frontend/public/auth/avatars/serge.jpeg b/apps/frontend/public/auth/avatars/serge.jpeg new file mode 100644 index 00000000..c7879bab Binary files /dev/null and b/apps/frontend/public/auth/avatars/serge.jpeg differ diff --git a/apps/frontend/public/auth/avatars/vince.jpeg b/apps/frontend/public/auth/avatars/vince.jpeg new file mode 100644 index 00000000..3357759c Binary files /dev/null and b/apps/frontend/public/auth/avatars/vince.jpeg differ diff --git a/apps/frontend/public/auth/avatars/vincent.jpg b/apps/frontend/public/auth/avatars/vincent.jpg new file mode 100644 index 00000000..6611eab3 Binary files /dev/null and b/apps/frontend/public/auth/avatars/vincent.jpg differ diff --git a/apps/frontend/src/app/(app)/auth/layout.tsx b/apps/frontend/src/app/(app)/auth/layout.tsx index b20788a0..1ee91cff 100644 --- a/apps/frontend/src/app/(app)/auth/layout.tsx +++ b/apps/frontend/src/app/(app)/auth/layout.tsx @@ -4,7 +4,7 @@ export const dynamic = 'force-dynamic'; import { ReactNode } from 'react'; import Image from 'next/image'; import loadDynamic from 'next/dynamic'; -import { Testimonial } from '@gitroom/frontend/components/auth/testimonial'; +import { TestimonialComponent } from '@gitroom/frontend/components/auth/testimonial.component'; const ReturnUrlComponent = loadDynamic(() => import('./return.url.component')); export default async function AuthLayout({ children, @@ -15,55 +15,22 @@ export default async function AuthLayout({ return (