From 97dc6991e29b2b6e9a28faec6a6c12172b1fd7c4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 14:31:01 +0000 Subject: [PATCH] Update src/app/contacto/page.tsx --- src/app/contacto/page.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index 0de962a..7d71116 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -31,7 +31,7 @@ export default function LandingPage() { { name: "Contacto", id: "/contacto" }, ]} brandName="A & B THOMAS" - logoSrc="https://img.b2bpic.net/logo/a-b-thomas-logo.png" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOnrVgxFLCggVuUVUji9OWqCaB/uploaded-1778164240503-k0jy761o.png" button={{ text: "Cotiza ahora", href: "/contacto" }} /> @@ -51,22 +51,18 @@ export default function LandingPage() { ); -} \ No newline at end of file +}