Merge version_2 into main #4
@@ -4,13 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import { Instagram, Linkedin, Mail, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -126,7 +127,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "team-1", name: "Magdalena Goddard", role: "Directora de Proyecto", description: "Más de 20 años de experiencia en yoga.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg?_wi=3" }
|
||||
{ id: "team-1", name: "Magdalena Goddard", role: "Directora de Proyecto", description: "Más de 20 años de experiencia en yoga.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg?_wi=3", socialLinks: [{icon: Linkedin, url: "#"}, {icon: Instagram, url: "#"}] }
|
||||
]}
|
||||
title="Nuestro Equipo"
|
||||
description="Profesionales expertos en bienestar organizacional."
|
||||
@@ -141,20 +142,24 @@ export default function LandingPage() {
|
||||
title="Ponte en contacto"
|
||||
description="Escríbenos para planificar bienestar en tu organización."
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
buttonText="Enviar mensaje"
|
||||
onSubmit={(email) => console.log("Contact form submitted with email:", email)}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calm-peaceful-businesswoman-practicing-yoga-work-meditating-office_1163-4290.jpg?_wi=8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterBaseCard
|
||||
logoText="Plástica Working"
|
||||
columns={[
|
||||
{ title: "Contacto", items: [ { label: "plasticaworking@gmail.com", href: "mailto:plasticaworking@gmail.com" }, { label: "+56 9 9178 0363", href: "tel:+56991780363" } ] },
|
||||
{ title: "Redes", items: [ { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" } ] },
|
||||
{ title: "Ubicación", items: [ { label: "Santiago, Chile", href: "#" } ] }
|
||||
]}
|
||||
logoText="Plástica Working"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user