diff --git a/public/photos/lazaro_alonso.png b/public/photos/lazaro_alonso.png deleted file mode 100644 index c7e60c9..0000000 Binary files a/public/photos/lazaro_alonso.png and /dev/null differ diff --git a/public/photos/lazaro_alonso.webp b/public/photos/lazaro_alonso.webp new file mode 100644 index 0000000..f8985b4 Binary files /dev/null and b/public/photos/lazaro_alonso.webp differ diff --git a/public/place_holder.jpg b/public/place_holder.jpg new file mode 100644 index 0000000..7bc8233 Binary files /dev/null and b/public/place_holder.jpg differ diff --git a/public/place_holder_white.jpg b/public/place_holder_white.jpg new file mode 100644 index 0000000..f74141a Binary files /dev/null and b/public/place_holder_white.jpg differ diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 4f46286..ad32c02 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ diff --git a/src/app/page.mdx b/src/app/page.mdx index a12efba..ed21e8b 100644 --- a/src/app/page.mdx +++ b/src/app/page.mdx @@ -1,54 +1,99 @@ -import ContentSplitSection from '@/components/ContentSplitSection'; -import Image from 'next/image'; -import { MagicBox } from '@/components/MagicBox' -import { CustomCard, CustomCardHorizontal } from '@/components/CustomCard'; - -
-
- <> -
-

- EarthNet Initiative +import Image from "next/image"; +import { Button } from "@/components/ui/button"; +import { CustomCard, CustomCardHorizontal } from "@/components/CustomCard"; +import { WiStars } from "react-icons/wi"; +import Link from "next/link"; + +export default function Landing() { + return ( +
+ {/* Background */} +
+ Earth from space - light mode + Earth from space - dark mode +
+
+ + {/* Hero Content */} +
+ {/* Small badge */} +
+ + + New: WeatherGenerator Project + +
+ + {/* Main headline */} +

+ Forecasting Earth’s Future with AI

-

- Towards Earth surface forecasting -

+ + {/* Subheading */} +

+ Never miss the signals of change. From crop yields to ecosystem health, + we help predict the future of Earth’s surface. +

+ + {/* CTA */} +
+ + +
-
- + + {/* Cards Section (inline with hero, still visible) */} +
+
+ + + + +
- -
-
- -{/* set a grid of cards */} -
- - - - - -
\ No newline at end of file +
+
+ ); +} diff --git a/src/app/team/cards/Lazaro.mdx b/src/app/team/cards/Lazaro.mdx index e7999c0..67032de 100644 --- a/src/app/team/cards/Lazaro.mdx +++ b/src/app/team/cards/Lazaro.mdx @@ -2,7 +2,7 @@