Update src/app/page.tsx

This commit is contained in:
2026-04-30 15:45:49 +00:00
parent 971424e22e
commit 7edf6cc307

View File

@@ -212,7 +212,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Palancar Barbershop"
copyrightText="© 2025 Palancar Barbershop. All rights reserved."
copyrightText="© 2025 Palancar Barbershop. Todos los derechos reservados."
socialLinks={[
{
icon: Instagram,
@@ -223,4 +223,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}