Merge version_2 into main #10

Merged
bender merged 1 commits from version_2 into main 2026-04-30 14:40:11 +00:00

View File

@@ -10,7 +10,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
const navItems = [{ name: "Home", id: "#" }, { name: "Services", id: "#services" }, { name: "Projects", id: "#projects" }, { name: "Contact", id: "#contact" }];
const navItems = [{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Projects", id: "/projects" }, { name: "Contact", id: "/contact" }];
export default function Page() {
return (
@@ -121,8 +121,8 @@ export default function Page() {
<FooterBaseCard
logoText="Cute Studio"
columns={[
{ title: "Links", items: [{ label: "Home", href: "#" }, { label: "Services", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] }
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "/privacy" }] }
]}
copyrightText="© 2025 Cute Studio. Hecho con amor."
/>