diff --git a/public/images/1.svg b/public/images/1.svg new file mode 100644 index 0000000..23ef7a6 --- /dev/null +++ b/public/images/1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/2.svg b/public/images/2.svg new file mode 100644 index 0000000..9939527 --- /dev/null +++ b/public/images/2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/3.svg b/public/images/3.svg new file mode 100644 index 0000000..cb4f969 --- /dev/null +++ b/public/images/3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/4.svg b/public/images/4.svg new file mode 100644 index 0000000..82149c9 --- /dev/null +++ b/public/images/4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/5.svg b/public/images/5.svg new file mode 100644 index 0000000..453cc3e --- /dev/null +++ b/public/images/5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/6.svg b/public/images/6.svg new file mode 100644 index 0000000..cbde97c --- /dev/null +++ b/public/images/6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/videos/ourverse.mp4 b/public/videos/ourverse.mp4 index 2392151..46b507b 100644 Binary files a/public/videos/ourverse.mp4 and b/public/videos/ourverse.mp4 differ diff --git a/public/videos/ourverse2.mp4 b/public/videos/ourverse2.mp4 new file mode 100644 index 0000000..7245a95 Binary files /dev/null and b/public/videos/ourverse2.mp4 differ diff --git a/src/components/Logo.jsx b/src/components/Logo.jsx index 1d64620..bc85af4 100644 --- a/src/components/Logo.jsx +++ b/src/components/Logo.jsx @@ -1,22 +1,151 @@ export function Logo(props) { return ( -
+
+
+
    + {logos.map((company, index) => ( +
  • + {`${company.name} +
  • + ))} +
+
+
+ ) +} diff --git a/src/components/Sponsors.jsx b/src/components/Sponsors.jsx index 144155f..0675e08 100644 --- a/src/components/Sponsors.jsx +++ b/src/components/Sponsors.jsx @@ -1,9 +1,6 @@ import Image from 'next/image' - import { Container } from '@/components/Container' -import logoLaravel from '@/images/logos/laravel.svg' import logoMirage from '@/images/logos/mirage.svg' -import logoStatamic from '@/images/logos/statamic.svg' import logoStaticKit from '@/images/logos/statickit.svg' import logoTransistor from '@/images/logos/transistor.svg' import logoTuple from '@/images/logos/tuple.svg' @@ -13,24 +10,23 @@ const sponsors = [ { name: 'Tuple', logo: logoTuple }, { name: 'StaticKit', logo: logoStaticKit }, { name: 'Mirage', logo: logoMirage }, - { name: 'Laravel', logo: logoLaravel }, - { name: 'Statamic', logo: logoStatamic }, ] export function Sponsors() { return ( -
+
-

- Current sponsorships for our workshops and speakers. -

-
+
{sponsors.map((sponsor) => ( -
- {sponsor.name} +
+ {sponsor.name}
))}
diff --git a/src/images/logos/1.svg b/src/images/logos/1.svg new file mode 100644 index 0000000..23ef7a6 --- /dev/null +++ b/src/images/logos/1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/logos/2.svg b/src/images/logos/2.svg new file mode 100644 index 0000000..9939527 --- /dev/null +++ b/src/images/logos/2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/logos/3.svg b/src/images/logos/3.svg new file mode 100644 index 0000000..cb4f969 --- /dev/null +++ b/src/images/logos/3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/logos/4.svg b/src/images/logos/4.svg new file mode 100644 index 0000000..82149c9 --- /dev/null +++ b/src/images/logos/4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/logos/5.svg b/src/images/logos/5.svg new file mode 100644 index 0000000..453cc3e --- /dev/null +++ b/src/images/logos/5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/logos/6.svg b/src/images/logos/6.svg new file mode 100644 index 0000000..cbde97c --- /dev/null +++ b/src/images/logos/6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/logos/mirage.svg b/src/images/logos/mirage.svg index 985f3f7..fbf6f44 100644 --- a/src/images/logos/mirage.svg +++ b/src/images/logos/mirage.svg @@ -1,17 +1 @@ - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/images/logos/statickit.svg b/src/images/logos/statickit.svg index 67327c6..1e2f627 100644 --- a/src/images/logos/statickit.svg +++ b/src/images/logos/statickit.svg @@ -1,5 +1 @@ - - - + \ No newline at end of file diff --git a/src/images/logos/transistor.svg b/src/images/logos/transistor.svg index 961472e..2fa6fe3 100644 --- a/src/images/logos/transistor.svg +++ b/src/images/logos/transistor.svg @@ -1,13 +1 @@ - - - - - - - - - - - + \ No newline at end of file diff --git a/src/images/logos/tuple.svg b/src/images/logos/tuple.svg index 0945180..d467a8d 100644 --- a/src/images/logos/tuple.svg +++ b/src/images/logos/tuple.svg @@ -1,13 +1 @@ - - - - - - + \ No newline at end of file