Merge version_2 into main #10
@@ -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."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user