Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-09 22:45:15 +00:00

View File

@@ -16,7 +16,7 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="none"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmall"
@@ -60,8 +60,8 @@ export default function LandingPage() {
{
text: "WhatsApp", href: "https://wa.me/56976545616?text=Hola%20Dr%20Plumber,%20necesito%20servicio%20de%20gasfitería"},
]}
mediaAnimation="none"
buttonAnimation="none"
mediaAnimation="opacity"
buttonAnimation="opacity"
/>
</div>
@@ -72,8 +72,8 @@ export default function LandingPage() {
tag="Servicios Disponibles"
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="none"
buttonAnimation="none"
tagAnimation="opacity"
buttonAnimation="opacity"
features={[
{
id: 1,
@@ -114,8 +114,8 @@ export default function LandingPage() {
tag="Por Qué Elegirnos"
title="Somos tu gasfiter de confianza en Las Condes. Servicio 24 horas, precios justos, garantía en cada trabajo y profesionales certificados."
useInvertedBackground={true}
tagAnimation="none"
buttonAnimation="none"
tagAnimation="opacity"
buttonAnimation="opacity"
buttons={[
{ text: "Solicitar Presupuesto", href: "#contact" },
{
@@ -132,9 +132,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="none"
tagAnimation="none"
buttonAnimation="none"
animationType="opacity"
tagAnimation="opacity"
buttonAnimation="opacity"
testimonials={[
{
id: "1", name: "Álvaro Valenzuela", role: "Propietario", company: "Las Condes", rating: 5,
@@ -163,9 +163,9 @@ export default function LandingPage() {
tag="Emergencia"
textboxLayout="default"
useInvertedBackground={true}
animationType="none"
tagAnimation="none"
buttonAnimation="none"
animationType="opacity"
tagAnimation="opacity"
buttonAnimation="opacity"
metrics={[
{
id: "1", title: "Llamada Inmediata", subtitle: "Respuesta en menos de 15 minutos", category: "Servicio Rápido", value: "+56 9 7654 5616", buttons: [{ text: "Llamar Ahora", href: "tel:+56976545616" }],
@@ -187,8 +187,8 @@ export default function LandingPage() {
tag="Área Servicio"
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="none"
buttonAnimation="none"
tagAnimation="opacity"
buttonAnimation="opacity"
names={[
"Las Condes", "Providencia", "Ñuñoa", "La Reina", "Vitacura", "San Isidro", "Huechuraba", "Renca"]}
speed={50}
@@ -203,9 +203,9 @@ export default function LandingPage() {
tag="FAQ"
textboxLayout="default"
useInvertedBackground={true}
faqsAnimation="none"
tagAnimation="none"
buttonAnimation="none"
faqsAnimation="opacity"
tagAnimation="opacity"
buttonAnimation="opacity"
faqs={[
{
id: "1", title: "¿Atienden emergencias 24/7?", content:
@@ -251,7 +251,7 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/topographic-map-background_23-2148580200.jpg"
imageAlt="Zona de servicio en Las Condes"
mediaAnimation="none"
mediaAnimation="opacity"
mediaPosition="right"
buttonText="Solicitar Presupuesto"
/>