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>
|
||||
|
||||
@@ -21,7 +21,7 @@ export default function HowItWorks() {
|
||||
];
|
||||
|
||||
return (
|
||||
<section className="py-20 md:py-32 px-4 sm:px-6 lg:px-8">
|
||||
<section id="secure" className="py-20 md:py-32 px-4 sm:px-6 lg:px-8">
|
||||
<div className="max-w-7xl mx-auto">
|
||||
<div className="text-center mb-12 md:mb-16">
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-foreground mb-4">
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
import { useLanguage } from "@/contexts/language-context"
|
||||
import { toEmbedUrl } from "@/lib/embedUrl";
|
||||
import { Play } from "lucide-react"
|
||||
|
||||
export default function Video() {
|
||||
const {t} = useLanguage();
|
||||
return (
|
||||
<section className="py-20 md:py-32 px-4 sm:px-6 lg:px-8">
|
||||
<section id="video" className="py-20 md:py-32 px-4 sm:px-6 lg:px-8">
|
||||
<div className="max-w-4xl mx-auto">
|
||||
<div className="text-center mb-12">
|
||||
<h2 className="text-3xl md:text-4xl font-bold text-foreground mb-4">{t.action.title}</h2>
|
||||
|
||||
Reference in New Issue
Block a user