Skip to content

Commit

Permalink
Merge pull request #78 from Dium-dev/8-footer
Browse files Browse the repository at this point in the history
Fix links
  • Loading branch information
JohanMejia77 authored Dec 18, 2024
2 parents 3c29179 + 3e51671 commit 93d4d6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,16 @@ export const REVIEWS_API = process.env.REVIEWS_API || "http://localhost:3005"

export const NAV_LINKS = [
{ name: 'Tienda', path: 'https://shop.actualizatucarro.com/', target: '_blank' },
{ name: 'Nosotros', path: '/aboutUs' },
{ name: 'Nosotros', path: '/sobre-nosotros' },
{ name: '¿Cómo comprar?', path: '/como-comprar' },
{ name: 'Blog', path: 'https://actualizatucarro.blogspot.com/', target: '_blank' },
];
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: "" }
{ name: "Facebook", src: "/icons/facebook.svg", path: "https://www.facebook.com" },
{ name: "Twitter", src: "/icons/x.svg", path: "https://x.com" },
{ name: "Youtube", src: "/icons/youtube.svg", path: "https://www.youtube.com" },
{ name: "Pinterest", src: "/icons/pinterest.svg", path: "https://www.pinterest.com" },
{ name: "Instagram", src: "/icons/instagram.svg", path: "https://www.instagram.com" }
]
export const PURCHASE_PROCESS = [
{
Expand Down

0 comments on commit 93d4d6e

Please sign in to comment.