diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index a9356d7..84e18cf 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -15,10 +15,12 @@ import TestimonialsSection from './HomePage/sections/Testimonials';
import ContactSection from './HomePage/sections/Contact';
-import TrustMetricsSection from './HomePage/sections/TrustMetrics';export default function HomePage(): React.JSX.Element {
+import TrustMetricsSection from './HomePage/sections/TrustMetrics';
+import VerseSection from './HomePage/sections/Verse';export default function HomePage(): React.JSX.Element {
return (
<>
+
diff --git a/src/pages/HomePage/sections/Verse.tsx b/src/pages/HomePage/sections/Verse.tsx
new file mode 100644
index 0000000..50f58ca
--- /dev/null
+++ b/src/pages/HomePage/sections/Verse.tsx
@@ -0,0 +1,25 @@
+import { motion } from "motion/react"
+import TextAnimation from "@/components/ui/TextAnimation"
+
+export default function VerseSection() {
+ return (
+
+ )
+}
\ No newline at end of file