diff --git a/public/icons/arrow-down.svg b/public/icons/arrow-down.svg index af2b915..e83280e 100644 --- a/public/icons/arrow-down.svg +++ b/public/icons/arrow-down.svg @@ -1,3 +1,3 @@ - + diff --git a/public/images/home-understanding-1.png b/public/images/home-understanding-1.png new file mode 100644 index 0000000..954f828 Binary files /dev/null and b/public/images/home-understanding-1.png differ diff --git a/public/images/home-understanding-2.png b/public/images/home-understanding-2.png new file mode 100644 index 0000000..9abb794 Binary files /dev/null and b/public/images/home-understanding-2.png differ diff --git a/public/images/home-understanding-3.png b/public/images/home-understanding-3.png new file mode 100644 index 0000000..f433ec5 Binary files /dev/null and b/public/images/home-understanding-3.png differ diff --git a/public/wind_speed_global_10km.mp4 b/public/wind_speed_global_10km.mp4 index 75c0ccc..f86a32c 100644 Binary files a/public/wind_speed_global_10km.mp4 and b/public/wind_speed_global_10km.mp4 differ diff --git a/src/app/globe/page.tsx b/src/app/globe/page.tsx deleted file mode 100644 index 62351c8..0000000 --- a/src/app/globe/page.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import Globe from "@/components/globe"; - -export default function Globetest() { - return ( -
-
- -
-
- ); -} diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e3ee42..5c13cb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,13 @@ -import Link from "next/link"; import Intro from "@/components/intro"; +import Section1 from "@/components/section-1"; +import Section2 from "@/components/section-2"; export default function Home() { return (
-
- Globe -
+ +
); } diff --git a/src/components/button/index.tsx b/src/components/button/index.tsx index 43f547c..3c8d937 100644 --- a/src/components/button/index.tsx +++ b/src/components/button/index.tsx @@ -17,6 +17,7 @@ const buttonVariants = cva( white: "border-2 border-white transition-color duration-200 text-white gap-2.5 uppercase font-medium px-4 py-3 hover:bg-white hover:text-blue-900", secondary: "bg-light-green text-green-900 gap-2.5 uppercase font-medium px-4 py-3", icon: "gap-2.5", + vanilla: '', }, size: { default: "h-10 px-4 py-3", diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 008926a..cd72ef7 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -8,7 +8,7 @@ const Footer = ({ backgroundClass = "bg-green-700" }) => { return (