Skip to content

Commit da0dfe0

Browse files
Update contact method to use feedback form
Replaced email link with a feedback form link and added a floating feedback button.
1 parent a90e01c commit da0dfe0

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h4 class="text-white font-bold text-base">No Backend</h4>
363363
<a href="https://github.com/vishalkumar-netizen" target="_blank" class="text-slate-500 hover:text-indigo-600 transition-colors">
364364
<i data-lucide="github" class="w-6 h-6"></i>
365365
</a>
366-
<a href="mailto:contact@example.com" class="text-slate-500 hover:text-indigo-600 transition-colors">
366+
<a href="https://forms.gle/pcGmqG6xw9ci1VJ1A" target="_blank" rel="noopener noreferrer" class="text-slate-500 hover:text-indigo-600 transition-colors">
367367
<i data-lucide="mail" class="w-6 h-6"></i>
368368
</a>
369369
</div>
@@ -380,6 +380,14 @@ <h4 class="text-white font-bold text-base">No Backend</h4>
380380
</div>
381381
</footer>
382382

383+
<!-- Floating Feedback Form Button -->
384+
<a href="https://forms.gle/pcGmqG6xw9ci1VJ1A" target="_blank" rel="noopener noreferrer"
385+
class="fixed bottom-6 right-6 z-50 bg-slate-900 hover:bg-indigo-600 text-white shadow-lg hover:shadow-indigo-500/40 transition-all duration-300 rounded-full py-3 px-4 md:px-5 flex items-center space-x-2 md:space-x-3 group border border-slate-700 hover:border-indigo-500">
386+
<i data-lucide="lightbulb" class="w-5 h-5 text-yellow-400 group-hover:text-white transition-colors"></i>
387+
<span class="text-xs md:text-sm font-bold tracking-wide hidden sm:block">Feedback / Suggestions? Help us improve</span>
388+
<span class="text-xs font-bold tracking-wide sm:hidden">Feedback</span>
389+
</a>
390+
383391
<script>
384392
// Initialize Lucide Icons
385393
lucide.createIcons();

0 commit comments

Comments
 (0)