Update components/footer.tsx

This commit is contained in:
kleap-admin 2026-01-16 17:06:27 +00:00
parent 9f795200ff
commit a871dda720
1 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,11 @@ export function Footer() {
<p className="mt-4 text-sm text-muted-foreground">
Astra Leads is a premier lead generation agency dedicated to helping B2B companies scale through predictable outreach systems.
</p>
<div className="mt-6 text-xs text-muted-foreground space-y-1">
<p className="font-semibold">NEAGU NINA ÎNTREPRINDERE INDIVIDUALĂ</p>
<p>CUI: 52169186</p>
<p>Jud. Buzău, Sat Vispeşti, Comuna Breaza, Strada PRINCIPALĂ, Nr. 7, Romania</p>
</div>
</div>
<div className="grid grid-cols-2 sm:grid-cols-3 gap-12">
@ -19,7 +24,7 @@ export function Footer() {
<h4 className="font-semibold mb-4">Agency</h4>
<ul className="space-y-2 text-sm text-muted-foreground">
<li><Link href="#services" className="hover:text-primary">Services</Link></li>
<li><Link href="#contact" className="hover:text-primary">Contact</Link></li>
<li><a href="mailto:maximus0099001@gmail.com" className="hover:text-primary">maximus0099001@gmail.com</a></li>
<li><a href="tel:0721307788" className="hover:text-primary">0721 307 788</a></li>
</ul>
</div>