template v4: add GitHub repo links (hero CTA, install section, footer)

This commit is contained in:
Jake Shore 2026-02-13 21:27:09 -05:00
parent 7b01d72f58
commit c82d939e84
3 changed files with 36 additions and 15 deletions

View File

@ -145,12 +145,12 @@
<span>Join Waitlist</span> <span>Join Waitlist</span>
<i data-lucide="arrow-right" class="w-4 h-4 sm:w-5 sm:h-5 group-hover:translate-x-1 transition-transform"></i> <i data-lucide="arrow-right" class="w-4 h-4 sm:w-5 sm:h-5 group-hover:translate-x-1 transition-transform"></i>
</a> </a>
<button class="magnetic-btn group px-6 sm:px-8 lg:px-10 py-3.5 sm:py-4 lg:py-5 glass-strong hover:bg-white/10 font-bold rounded-xl lg:rounded-2xl text-base lg:text-lg transition-all flex items-center justify-center gap-2 sm:gap-3"> <a href="https://github.com/BusyBee3333/mcpengine/tree/main/servers/hubspot" target="_blank" rel="noopener" class="magnetic-btn group px-6 sm:px-8 lg:px-10 py-3.5 sm:py-4 lg:py-5 glass-strong hover:bg-white/10 font-bold rounded-xl lg:rounded-2xl text-base lg:text-lg transition-all flex items-center justify-center gap-2 sm:gap-3">
<div class="w-8 h-8 sm:w-10 sm:h-10 rounded-full bg-white/10 flex items-center justify-center group-hover:bg-white/20 transition-colors"> <div class="w-8 h-8 sm:w-10 sm:h-10 rounded-full bg-white/10 flex items-center justify-center group-hover:bg-white/20 transition-colors">
<i data-lucide="play" class="w-4 h-4 sm:w-5 sm:h-5 ml-0.5"></i> <i data-lucide="github" class="w-4 h-4 sm:w-5 sm:h-5"></i>
</div> </div>
<span>Watch Demo</span> <span>View on GitHub</span>
</button> </a>
</div> </div>
<!-- Product Mockup --> <!-- Product Mockup -->
@ -330,6 +330,13 @@
</div> </div>
</div> </div>
</div> </div>
<div class="mt-6 sm:mt-8 text-center reveal-up">
<a href="https://github.com/BusyBee3333/mcpengine/tree/main/servers/hubspot" target="_blank" rel="noopener" class="inline-flex items-center gap-2 sm:gap-3 text-zinc-400 hover:text-white transition-colors group">
<i data-lucide="github" class="w-5 h-5"></i>
<span class="text-sm sm:text-base font-medium">Open source — view the full code on GitHub</span>
<i data-lucide="external-link" class="w-3.5 h-3.5 group-hover:translate-x-0.5 group-hover:-translate-y-0.5 transition-transform"></i>
</a>
</div>
</div> </div>
</section> </section>
@ -659,7 +666,7 @@
<a href="#faq" class="hover:text-white transition-colors">FAQ</a> <a href="#faq" class="hover:text-white transition-colors">FAQ</a>
<a href="#" class="hover:text-white transition-colors">Privacy</a> <a href="#" class="hover:text-white transition-colors">Privacy</a>
<a href="#" class="hover:text-white transition-colors">Terms</a> <a href="#" class="hover:text-white transition-colors">Terms</a>
<a href="#" class="hover:text-white transition-colors">GitHub</a> <a href="https://github.com/BusyBee3333/mcpengine" target="_blank" rel="noopener" class="hover:text-white transition-colors">GitHub</a>
</div> </div>
<p class="text-xs sm:text-sm text-zinc-600">&copy; 2025 MCPEngage. All rights reserved.</p> <p class="text-xs sm:text-sm text-zinc-600">&copy; 2025 MCPEngage. All rights reserved.</p>
</div> </div>

View File

@ -145,12 +145,12 @@
<span>Join Waitlist</span> <span>Join Waitlist</span>
<i data-lucide="arrow-right" class="w-4 h-4 sm:w-5 sm:h-5 group-hover:translate-x-1 transition-transform"></i> <i data-lucide="arrow-right" class="w-4 h-4 sm:w-5 sm:h-5 group-hover:translate-x-1 transition-transform"></i>
</a> </a>
<button class="magnetic-btn group px-6 sm:px-8 lg:px-10 py-3.5 sm:py-4 lg:py-5 glass-strong hover:bg-white/10 font-bold rounded-xl lg:rounded-2xl text-base lg:text-lg transition-all flex items-center justify-center gap-2 sm:gap-3"> <a href="https://github.com/BusyBee3333/mcpengine/tree/main/servers/salesforce" target="_blank" rel="noopener" class="magnetic-btn group px-6 sm:px-8 lg:px-10 py-3.5 sm:py-4 lg:py-5 glass-strong hover:bg-white/10 font-bold rounded-xl lg:rounded-2xl text-base lg:text-lg transition-all flex items-center justify-center gap-2 sm:gap-3">
<div class="w-8 h-8 sm:w-10 sm:h-10 rounded-full bg-white/10 flex items-center justify-center group-hover:bg-white/20 transition-colors"> <div class="w-8 h-8 sm:w-10 sm:h-10 rounded-full bg-white/10 flex items-center justify-center group-hover:bg-white/20 transition-colors">
<i data-lucide="play" class="w-4 h-4 sm:w-5 sm:h-5 ml-0.5"></i> <i data-lucide="github" class="w-4 h-4 sm:w-5 sm:h-5"></i>
</div> </div>
<span>Watch Demo</span> <span>View on GitHub</span>
</button> </a>
</div> </div>
<!-- Product Mockup --> <!-- Product Mockup -->
@ -330,6 +330,13 @@
</div> </div>
</div> </div>
</div> </div>
<div class="mt-6 sm:mt-8 text-center reveal-up">
<a href="https://github.com/BusyBee3333/mcpengine/tree/main/servers/salesforce" target="_blank" rel="noopener" class="inline-flex items-center gap-2 sm:gap-3 text-zinc-400 hover:text-white transition-colors group">
<i data-lucide="github" class="w-5 h-5"></i>
<span class="text-sm sm:text-base font-medium">Open source — view the full code on GitHub</span>
<i data-lucide="external-link" class="w-3.5 h-3.5 group-hover:translate-x-0.5 group-hover:-translate-y-0.5 transition-transform"></i>
</a>
</div>
</div> </div>
</section> </section>
@ -659,7 +666,7 @@
<a href="#faq" class="hover:text-white transition-colors">FAQ</a> <a href="#faq" class="hover:text-white transition-colors">FAQ</a>
<a href="#" class="hover:text-white transition-colors">Privacy</a> <a href="#" class="hover:text-white transition-colors">Privacy</a>
<a href="#" class="hover:text-white transition-colors">Terms</a> <a href="#" class="hover:text-white transition-colors">Terms</a>
<a href="#" class="hover:text-white transition-colors">GitHub</a> <a href="https://github.com/BusyBee3333/mcpengine" target="_blank" rel="noopener" class="hover:text-white transition-colors">GitHub</a>
</div> </div>
<p class="text-xs sm:text-sm text-zinc-600">&copy; 2025 MCPEngage. All rights reserved.</p> <p class="text-xs sm:text-sm text-zinc-600">&copy; 2025 MCPEngage. All rights reserved.</p>
</div> </div>

View File

@ -145,12 +145,12 @@
<span>Join Waitlist</span> <span>Join Waitlist</span>
<i data-lucide="arrow-right" class="w-4 h-4 sm:w-5 sm:h-5 group-hover:translate-x-1 transition-transform"></i> <i data-lucide="arrow-right" class="w-4 h-4 sm:w-5 sm:h-5 group-hover:translate-x-1 transition-transform"></i>
</a> </a>
<button class="magnetic-btn group px-6 sm:px-8 lg:px-10 py-3.5 sm:py-4 lg:py-5 glass-strong hover:bg-white/10 font-bold rounded-xl lg:rounded-2xl text-base lg:text-lg transition-all flex items-center justify-center gap-2 sm:gap-3"> <a href="https://github.com/BusyBee3333/mcpengine/tree/main/servers/zendesk" target="_blank" rel="noopener" class="magnetic-btn group px-6 sm:px-8 lg:px-10 py-3.5 sm:py-4 lg:py-5 glass-strong hover:bg-white/10 font-bold rounded-xl lg:rounded-2xl text-base lg:text-lg transition-all flex items-center justify-center gap-2 sm:gap-3">
<div class="w-8 h-8 sm:w-10 sm:h-10 rounded-full bg-white/10 flex items-center justify-center group-hover:bg-white/20 transition-colors"> <div class="w-8 h-8 sm:w-10 sm:h-10 rounded-full bg-white/10 flex items-center justify-center group-hover:bg-white/20 transition-colors">
<i data-lucide="play" class="w-4 h-4 sm:w-5 sm:h-5 ml-0.5"></i> <i data-lucide="github" class="w-4 h-4 sm:w-5 sm:h-5"></i>
</div> </div>
<span>Watch Demo</span> <span>View on GitHub</span>
</button> </a>
</div> </div>
<!-- Product Mockup --> <!-- Product Mockup -->
@ -330,6 +330,13 @@
</div> </div>
</div> </div>
</div> </div>
<div class="mt-6 sm:mt-8 text-center reveal-up">
<a href="https://github.com/BusyBee3333/mcpengine/tree/main/servers/zendesk" target="_blank" rel="noopener" class="inline-flex items-center gap-2 sm:gap-3 text-zinc-400 hover:text-white transition-colors group">
<i data-lucide="github" class="w-5 h-5"></i>
<span class="text-sm sm:text-base font-medium">Open source — view the full code on GitHub</span>
<i data-lucide="external-link" class="w-3.5 h-3.5 group-hover:translate-x-0.5 group-hover:-translate-y-0.5 transition-transform"></i>
</a>
</div>
</div> </div>
</section> </section>
@ -659,7 +666,7 @@
<a href="#faq" class="hover:text-white transition-colors">FAQ</a> <a href="#faq" class="hover:text-white transition-colors">FAQ</a>
<a href="#" class="hover:text-white transition-colors">Privacy</a> <a href="#" class="hover:text-white transition-colors">Privacy</a>
<a href="#" class="hover:text-white transition-colors">Terms</a> <a href="#" class="hover:text-white transition-colors">Terms</a>
<a href="#" class="hover:text-white transition-colors">GitHub</a> <a href="https://github.com/BusyBee3333/mcpengine" target="_blank" rel="noopener" class="hover:text-white transition-colors">GitHub</a>
</div> </div>
<p class="text-xs sm:text-sm text-zinc-600">&copy; 2025 MCPEngage. All rights reserved.</p> <p class="text-xs sm:text-sm text-zinc-600">&copy; 2025 MCPEngage. All rights reserved.</p>
</div> </div>