Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08654947a4 | |||
| 132de276d6 | |||
| ad36bd4ee8 | |||
| c1870969e8 | |||
| f5545c748a | |||
| 2eaaacd2de | |||
| e213ef76ff |
@@ -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`}
|
||||
|
||||
@@ -9,27 +9,27 @@ import BlogCardThree from "@/components/sections/blog/BlogCardThree";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Award, BookOpen, Droplet, Eye, Hammer, Leaf, MessageSquare, Pencil, Scissors, Sparkles, Sprout, Zap } from "lucide-react";
|
||||
import { Award, BookOpen, Droplet, Eye, Hammer, Leaf, MessageSquare, Pencil, Scissors, Sparkles, Sprout, Zap, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<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" },
|
||||
@@ -161,26 +161,27 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "María García", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "María García"
|
||||
id: "1", name: "María García", imageSrc: ""
|
||||
},
|
||||
{
|
||||
id: "2", name: "Juan López", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Juan López"
|
||||
id: "2", name: "Juan López", imageSrc: ""
|
||||
},
|
||||
{
|
||||
id: "3", name: "Carmen Martínez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Carmen Martínez"
|
||||
id: "3", name: "Carmen Martínez", imageSrc: ""
|
||||
},
|
||||
{
|
||||
id: "4", name: "Diego Rodríguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Diego Rodríguez"
|
||||
id: "4", name: "Diego Rodríguez", imageSrc: ""
|
||||
},
|
||||
{
|
||||
id: "5", name: "Ana Fernández", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Ana Fernández"
|
||||
id: "5", name: "Ana Fernández", imageSrc: ""
|
||||
},
|
||||
{
|
||||
id: "6", name: "Pedro Sánchez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Pedro Sánchez"
|
||||
id: "6", name: "Pedro Sánchez", imageSrc: ""
|
||||
}
|
||||
]}
|
||||
cardTitle="Cumplieron con los plazos, muy buena relación calidad precio. Han dejado mi jardín muy bonito. Profesionalidad, confianza y trato personal inmejorable."
|
||||
cardTag="Reseñas de clientes - ⭐ 5.0 (13 reseñas)"
|
||||
cardTagIcon={Star}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -209,7 +210,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