diff --git a/src/components/sections/hero/HeroBillboard.tsx b/src/components/sections/hero/HeroBillboard.tsx index c2cf106..38b1576 100644 --- a/src/components/sections/hero/HeroBillboard.tsx +++ b/src/components/sections/hero/HeroBillboard.tsx @@ -1,42 +1,30 @@ import React from 'react'; -import { ArrowRight, Play } from 'lucide-react'; -const HeroBillboard: React.FC = () => { +const HeroBillboard = () => { return ( -
-
- -
-
-

- Build the Future - - Today - -

- -

- Transform your ideas into reality with our cutting-edge technology solutions. - Experience the power of innovation at your fingertips. -

- -
- - - -
+
+
+
+

+ Welcome to the Future +

+

+ Experience cutting-edge design and technology that transforms your digital presence. +

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