Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03793edb4f | |||
| 8dbace0e8e | |||
| bb61160795 | |||
| 1298e139f3 | |||
| 53f0d82077 | |||
| 398603ec09 | |||
| e13dde7501 | |||
| 66ac92752e | |||
| dd70c46ffa | |||
| e89d2d3d58 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Playfair_Display, Montserrat } from "next/font/google";
|
||||
|
||||
@@ -33,7 +32,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${playfair.variable} ${montserrat.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Consulta Privada", href: "#contact"},
|
||||
text: "Solicitar Valoración Inicial", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-white-photo-mall_250224-119.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
tag="Acción"
|
||||
title="Su tranquilidad no puede esperar"
|
||||
description="Deje sus datos y nos pondremos en contacto."
|
||||
description="Desbloquee su situación legal con una estrategia personalizada; deje sus datos y le llamaremos en menos de 24 horas."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-businesswomen-working-cafe_1157-26380.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #ff0000;
|
||||
--foreground: #F4F4F4;
|
||||
--primary-cta: #FF0000;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #FF0000;
|
||||
--secondary-cta-text: #FF0000;
|
||||
--accent: #FF0000;
|
||||
--background-accent: #fffefe;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user