From 147919076699fc67616bbf7cc604fbbe0482228f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 29 Apr 2026 21:38:58 +0000 Subject: [PATCH] Bob AI: Modify the hero section component to align the text, subhead --- src/components/sections/hero/hero.tsx | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/components/sections/hero/hero.tsx diff --git a/src/components/sections/hero/hero.tsx b/src/components/sections/hero/hero.tsx new file mode 100644 index 0000000..11e8143 --- /dev/null +++ b/src/components/sections/hero/hero.tsx @@ -0,0 +1,35 @@ +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; + +export default function Hero() { + return ( +
+
+
+ + +
+
+
+
+ +
+
+
+ ); +} \ No newline at end of file -- 2.49.1