Skip to content

Commit 51bb9cb

Browse files
committed
fix the button
1 parent 2140a58 commit 51bb9cb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/components/Hero.astro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ import BtFlatSquare from "../assets/bt_flat_square.png"; // adjust path
5757
🚀 Orbit Pulse: Tracks candidate job changes, promotions, and availability
5858
<br />
5959
</p>
60+
<div class="mt-8">
61+
<a
62+
href="/orbit-signal"
63+
class="inline-flex items-center px-6 py-3 bg-primary-600 text-white font-semibold rounded-lg shadow-lg hover:bg-primary-700 transition-colors duration-200"
64+
>
65+
Try Orbit Signal
66+
</a>
67+
</div>
6068
</div>
6169
</div>
6270
</div>
6371
</section>
64-
<div class="mt-8 text-center lg:text-left">
65-
<a
66-
href="/orbit-signal"
67-
class="inline-flex items-center px-6 py-3 bg-primary-600 text-white font-semibold rounded-lg shadow-lg hover:bg-primary-700 transition-colors duration-200"
68-
>
69-
Discover Orbit Intelligence
70-
</a>
71-
</div>
7272

7373
<style>
7474
@keyframes float {

0 commit comments

Comments
 (0)