+ {/* LINKS, CONTACT AND PAYMENT METHODS */}
+ {/*
*/}
+ {/* Footer note */}
+
+
+ Made with 💗 by Dium Developers
+
+
+
+ ActualizaTuCarro@Copyright 2024
+
+
+
+ Powered by: Dium Team Work
+
+
+
+ );
+};
+
+export default Footer;
\ No newline at end of file
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index e186665..8be1677 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -142,6 +142,7 @@ export const BRANDS = [
image: "/images/brands/volvo-logo.webp"
},
]
+
export const PAYMENT_METHODS = [
{
img: '/icons/contact.svg',
@@ -159,4 +160,19 @@ export const PAYMENT_METHODS = [
description: 'Tu seguridad es nuestra prioridad. Utilizamos tecnología SSL y métodos de pago verificados para proteger tus datos sin riesgos.'
}
]
-export const REVIEWS_API = "https://landingatc-back-end.onrender.com/reviews"
\ No newline at end of file
+
+export const REVIEWS_API = "https://landingatc-back-end.onrender.com/reviews"
+
+export const NAV_LINKS = [
+ { name: 'Tienda', path: 'https://shop.actualizatucarro.com/' },
+ { name: 'Nosotros', path: '/aboutUs' },
+ { name: '¿Cómo comprar?', path: '/como-comprar' },
+ { name: 'Blog', path: 'https://actualizatucarro.blogspot.com/' },
+];
+export const SOCIALMEDIA_LINKS = [
+ { name: "Facebook", src: "/icons/facebook.svg", path: "" },
+ { name: "Twitter", src: "/icons/x.svg", path: "" },
+ { name: "Youtube", src: "/icons/youtube.svg", path: "" },
+ { name: "Pinterest", src: "/icons/pinterest.svg", path: "" },
+ { name: "Instagram", src: "/icons/instagram.svg", path: "" }
+]
\ No newline at end of file