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

+ Build Amazing Web Experiences +

+

+ Create stunning websites and applications with our comprehensive component library and design system. +

+
+ + +
+
+
+ Hero +
+
+
+ ); +} + +export default HeroBillboard;