From 719dd4f0ec238dfb83729b773ba9cf2afaf85c47 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 15:23:50 +0000 Subject: [PATCH] Update src/components/sections/hero/HeroBillboard.tsx --- .../sections/hero/HeroBillboard.tsx | 54 ++++++++----------- 1 file changed, 21 insertions(+), 33 deletions(-) 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;