diff --git a/src/components/sections/hero/HeroBillboard.js b/src/components/sections/hero/HeroBillboard.js new file mode 100644 index 0000000..8f47c5a --- /dev/null +++ b/src/components/sections/hero/HeroBillboard.js @@ -0,0 +1,45 @@ +import React from 'react'; +import { ArrowRight } from 'lucide-react'; + +function HeroBillboard() { + return ( +
+
+ +
+
+

+ Build Amazing + Web Experiences +

+ +

+ Create stunning, responsive websites with our modern component library. + Fast, accessible, and beautifully designed. +

+ +
+ + + +
+ +
+ Hero Banner +
+
+
+
+ ); +} + +export default HeroBillboard; \ No newline at end of file