Merge version_2 into main #2
@@ -16,7 +16,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
defaultTextAnimation="none"
|
||||
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="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="none"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,6 +72,8 @@ export default function LandingPage() {
|
||||
tag="Servicios Disponibles"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="none"
|
||||
buttonAnimation="none"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -112,6 +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"
|
||||
buttons={[
|
||||
{ text: "Solicitar Presupuesto", href: "#contact" },
|
||||
{
|
||||
@@ -128,7 +132,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
tagAnimation="none"
|
||||
buttonAnimation="none"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Álvaro Valenzuela", role: "Propietario", company: "Las Condes", rating: 5,
|
||||
@@ -157,7 +163,9 @@ export default function LandingPage() {
|
||||
tag="Emergencia"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
tagAnimation="none"
|
||||
buttonAnimation="none"
|
||||
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" }],
|
||||
@@ -179,6 +187,8 @@ export default function LandingPage() {
|
||||
tag="Área Servicio"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="none"
|
||||
buttonAnimation="none"
|
||||
names={[
|
||||
"Las Condes", "Providencia", "Ñuñoa", "La Reina", "Vitacura", "San Isidro", "Huechuraba", "Renca"]}
|
||||
speed={50}
|
||||
@@ -193,7 +203,9 @@ export default function LandingPage() {
|
||||
tag="FAQ"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
faqsAnimation="none"
|
||||
tagAnimation="none"
|
||||
buttonAnimation="none"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "¿Atienden emergencias 24/7?", content:
|
||||
@@ -239,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="slide-up"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="right"
|
||||
buttonText="Solicitar Presupuesto"
|
||||
/>
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--foreground: #001a4de6;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user