17
17
class ="flex items-center h-[10vh] w-full bg-transparent fixed z-30 top-0 justify-between px-[4vw] transition-all duration-300 ">
18
18
< h1
19
19
class ="font-bold relative z-20 lg:text-[2vw] text-white font-hello hover:text-gray-300 transition-colors duration-300 ">
20
- < a > EvoXcel</ a >
20
+ < a href =" ./index.html " > EvoXcel</ a >
21
21
</ h1 >
22
22
< ul
23
23
class ="hidden lg:flex w-[45%] relative z-50 items-center justify-between text-[1.4vw] font-[400] text-white ">
48
48
< i class ="fas fa-envelope-open-text mr-2 "> </ i > < a href ="# "> Email Automation</ a >
49
49
</ li >
50
50
< li class ="mb-4 hover:bg-gray-100 rounded-md transition-colors duration-200 flex items-center ">
51
- < i class ="fa-brands fa-linkedin mr-2 "> </ i > < a href ="# "> LinkedIn Automation</ a >
51
+ < i class ="fa-brands fa-linkedin mr-2 "> </ i > < a
52
+ href ="./src/html/linkedIn-automation.html "> LinkedIn
53
+ Automation</ a >
52
54
</ li >
53
55
< li class ="mb-4 hover:bg-gray-100 rounded-md transition-colors duration-200 flex items-center ">
54
56
< i class ="fas fa-filter-circle-dollar mr-2 "> </ i > < a
55
- href ="./src/html/lead-generation.html "> Lead Generation</ a >
57
+ href ="./src/html/lead-generation.html "> Lead
58
+ Generation</ a >
56
59
</ li >
57
60
</ ul >
58
61
</ li >
59
62
< li > < a href ="./src/html/pricing.html "
60
63
class ="hover:text-gray-300 py-4 transition-colors duration-300 "> Pricing</ a > </ li >
61
64
< li > < a href ="./src/html/about-us.html "
62
- class ="hover:text-gray-300 py-4 transition-colors duration-300 "> About us</ a > </ li >
65
+ class ="hover:text-gray-300 py-4 transition-colors duration-300 "> About
66
+ us</ a > </ li >
63
67
< li > < a href ="./src/html/contact.html "
64
68
class ="hover:text-gray-300 transition-colors py-4 duration-300 "> Contact us</ a > </ li >
65
69
</ ul >
@@ -75,8 +79,12 @@ <h1 class="text-white md:text-[4vw] text-[7vw] font-bold px-2 md:px-0 md:w-[50%]
75
79
< h2 class ="text-white md:w-[40%] font-sans m-auto md:text-[20px] mb-[5vh] "> Leverage Our Cutting-Edge
76
80
LinkedIn and
77
81
Email Automation Tools to Skyrocket Your Business Growth</ h2 >
78
- < button class ="border relative z-20 px-6 py-3 rounded-full text-white hover:text-black hover:bg-white "> Get
79
- Started Today</ button >
82
+ <!-- <button class="border relative z-20 px-6 py-3 rounded-full text-white hover:text-black hover:bg-white">Get
83
+ Started Today</button> -->
84
+ < button
85
+ class ="relative px-8 py-2 text-white rounded-full bg-transparent isolation-auto z-10 border-2 border-white before:absolute before:w-full before:transition-all before:duration-700 before:hover:w-full before:-left-full before:hover:left-0 before:rounded-full before:bg-green-400 before:text-black before:-z-10 before:aspect-square before:hover:scale-150 overflow-hidden before:hover:duration-700 ">
86
+ Get Started Today
87
+ </ button >
80
88
</ article >
81
89
</ section >
82
90
< section class ="intro ">
0 commit comments