From f06ba18ec3f892a51f710e4675e2db7e6c928e64 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 4 Jun 2026 11:06:17 +0000 Subject: [PATCH] Bob AI: Reorder the 'hero-new' section to be the first section on th --- .../sections/HomePage/sections/HeroNew.tsx | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 src/components/sections/HomePage/sections/HeroNew.tsx 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 -- 2.49.1