|
|
|
|
@@ -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="rounded"
|
|
|
|
|
borderRadius="soft"
|
|
|
|
|
contentWidth="mediumLarge"
|
|
|
|
|
sizing="mediumLarge"
|
|
|
|
|
background="noise"
|
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
primaryButtonStyle="double-inset"
|
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleFullscreen
|
|
|
|
|
brandName="JARDIBE"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Inicio", id: "/" },
|
|
|
|
|
{ name: "Inicio", id: "home" },
|
|
|
|
|
{ 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: "/" },
|
|
|
|
|
{ label: "Inicio", href: "#home" },
|
|
|
|
|
{ label: "Servicios", href: "#services" },
|
|
|
|
|
{ label: "Proyectos", href: "#projects" },
|
|
|
|
|
{ label: "Contacto", href: "#contact" }
|
|
|
|
|
|