Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03793edb4f | |||
| 8dbace0e8e | |||
| bb61160795 | |||
| 1298e139f3 | |||
| 53f0d82077 | |||
| 398603ec09 | |||
| e13dde7501 | |||
| 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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user