Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<template><![CDATA["use client";
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
@@ -14,14 +14,14 @@ const navItems = [
|
||||
{ name: "Inicio", href: "/" },
|
||||
{ name: "Portafolio", href: "/portfolio" },
|
||||
{ name: "Iluminación", href: "/iluminacion" },
|
||||
{ name: "Contacto", href: "/contact" },
|
||||
{ name: "Contacto", href: "/contact" }
|
||||
];
|
||||
|
||||
const footerNavItems = [
|
||||
{ name: "Inicio", href: "/" },
|
||||
{ name: "Portafolio", href: "/portfolio" },
|
||||
{ name: "Iluminación", href: "/iluminacion" },
|
||||
{ name: "Contacto", href: "/contact" },
|
||||
{ name: "Contacto", href: "/contact" }
|
||||
];
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -169,5 +169,4 @@ export default function HomePage() {
|
||||
</footer>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
]]></template>
|
||||
}
|
||||
Reference in New Issue
Block a user