File tree Expand file tree Collapse file tree 3 files changed +1468
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1468
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import logoMedium from "../assets/logo/logo-medium.png"
1717 <!-- Desktop Navigation -->
1818 <div class =" hidden md:flex items-center space-x-8" >
1919 <a
20- href =" #features"
20+ href =" / #features"
2121 class =" text-gray-600 hover:text-gray-900 transition-colors"
2222 >Features</a
2323 >
@@ -26,7 +26,7 @@ import logoMedium from "../assets/logo/logo-medium.png"
2626 class =" text-gray-600 hover:text-gray-900 transition-colors" >Compare</a
2727 >
2828 <a
29- href =" #pricing"
29+ href =" / #pricing"
3030 class =" text-gray-600 hover:text-gray-900 transition-colors" >Pricing</a
3131 >
3232 <a
@@ -113,7 +113,7 @@ import logoMedium from "../assets/logo/logo-medium.png"
113113 >
114114 <div class =" px-4 py-4 space-y-4" >
115115 <a
116- href =" #features"
116+ href =" / #features"
117117 class =" block text-gray-600 hover:text-gray-900 transition-colors"
118118 >Features</a
119119 >
@@ -123,7 +123,7 @@ import logoMedium from "../assets/logo/logo-medium.png"
123123 >Compare</a
124124 >
125125 <a
126- href =" #pricing"
126+ href =" / #pricing"
127127 class =" block text-gray-600 hover:text-gray-900 transition-colors"
128128 >Pricing</a
129129 >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const alternatives = [
2828 slug: " resend" ,
2929 description: " Email API built for developers" ,
3030 logo: resendLogo ,
31- available: false ,
31+ available: true ,
3232 },
3333 {
3434 name: " Mailchimp" ,
You can’t perform that action at this time.
0 commit comments