ceo optimization , you tobe video addeds, and connect to links to footel ancors

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-16 18:24:19 +05:00
parent 6d5431f5ae
commit db82ed362e
6 changed files with 126 additions and 28 deletions

View File

@@ -24,17 +24,17 @@ export default function Footer() {
<h4 className="font-semibold mb-4">{t.footer.product.title}</h4>
<ul className="space-y-2 text-sm text-white/70">
<li>
<a href="#" className="hover:text-white transition">
<a href="#features" className="hover:text-white transition">
{t.footer.product.items[0]}
</a>
</li>
<li>
<a href="#" className="hover:text-white transition">
<a href="#pricing" className="hover:text-white transition">
{t.footer.product.items[1]}
</a>
</li>
<li>
<a href="#" className="hover:text-white transition">
<a href="#secure" className="hover:text-white transition">
{t.footer.product.items[2]}
</a>
</li>
@@ -50,12 +50,12 @@ export default function Footer() {
</a>
</li>
<li>
<a href="#" className="hover:text-white transition">
<a href="#video" className="hover:text-white transition">
{t.footer.company.items[1]}
</a>
</li>
<li>
<a href="#" className="hover:text-white transition">
<a href="#contact" className="hover:text-white transition">
{t.footer.company.items[2]}
</a>
</li>