diff --git a/src/components/sections/HomePage/sections/HeroNew.tsx b/src/components/sections/HomePage/sections/HeroNew.tsx new file mode 100644 index 0000000..b031ab9 --- /dev/null +++ b/src/components/sections/HomePage/sections/HeroNew.tsx @@ -0,0 +1,86 @@ +"use client"; + +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import { Leaf, Sun, Cloud } from "lucide-react"; + +export default function HeroNewSection() { + return ( +
+ {/* Decorative blur orb */} +
+
+ +
+
+ + +
+ +
+
+ +
+ +
+ + {/* Floating Cards */} +
+
+ +
+ +
+ +
+ +
+ +
+
+
+
+ ); +} \ No newline at end of file