Merge version_2 into main #2
@@ -40,7 +40,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<html lang="es" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
|
||||
@@ -16,20 +16,20 @@ export default function LandingPage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="JARDIBE"
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "home" },
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Servicios", id: "services" },
|
||||
{ name: "Proyectos", id: "projects" },
|
||||
{ name: "Reseñas", id: "testimonials" },
|
||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{ label: "Inicio", href: "#home" },
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Servicios", href: "#services" },
|
||||
{ label: "Proyectos", href: "#projects" },
|
||||
{ label: "Contacto", href: "#contact" }
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f5f9f7;
|
||||
--foreground: #1a3a2a;
|
||||
--primary-cta: #2d7a5a;
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f5f9f7;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta-text: #1a3a2a;
|
||||
--accent: #4a9d75;
|
||||
--background-accent: #d4e8e0;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user