Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 13:11:17 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Professional Business Center in Palma"
description="Flexible offices, coworking spaces, and business services in the heart of Palma. Perfect for freelancers, startups, and growing companies."
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "4.6★", label: "Google Rating" },
{ value: "Central", label: "Palma Location" },
@@ -71,7 +71,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Espacios de Coworking", author: "Flexible & Comunitario", description: "Acceso a espacios de trabajo compartidos con conexión a internet de alta velocidad, áreas comunes y ambiente profesional.", tags: ["Flexible", "Comunitario", "Asequible"],
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405375.jpg?_wi=1", imageAlt: "Coworking space with shared desks"
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405375.jpg", imageAlt: "Coworking space with shared desks"
},
{
id: "2", title: "Oficinas Privadas", author: "Profesional & Privado", description: "Oficinas privadas completamente equipadas, ideales para startups y pequeñas empresas que buscan privacidad y profesionalismo.", tags: ["Privado", "Profesional", "Escalable"],
@@ -87,7 +87,7 @@ export default function LandingPage() {
},
{
id: "5", title: "Servicios Empresariales", author: "Soporte & Confianza", description: "Recepción de llamadas, manejo de correo, asesoramiento empresarial y apoyo administrativo para tu negocio.", tags: ["Recepción", "Asesoramiento", "24/7"],
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405375.jpg?_wi=2", imageAlt: "Business support services illustration"
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405375.jpg", imageAlt: "Business support services illustration"
}
]}
animationType="blur-reveal"