ceo optimization , you tobe video addeds, and connect to links to footel ancors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user