Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-01 00:40:09 +00:00

View File

@@ -165,6 +165,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="CAF Legal S.A.S."
logoSrc="https://api.dicebear.com/9.x/initials/svg?seed=CAF&backgroundColor=15479c&textColor=ffffff"
columns={[
{ title: "Firma", items: [{ label: "Nosotros", href: "#about" }, { label: "Equipo", href: "#team" }] },
{ title: "Servicios", items: [{ label: "Comercial", href: "#features" }, { label: "Laboral", href: "#features" }, { label: "Litigios", href: "#features" }] },
@@ -175,4 +176,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}