Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, CalendarCheck, CheckCircle, Clock, Grid, Key, Leaf, Lightbulb, MessageCircle, Palette, ShieldCheck, Truck, Chat, RulerPen, Factory } from "lucide-react";
|
||||
import { Award, CalendarCheck, CheckCircle, Clock, Grid, Key, Leaf, Lightbulb, MessageCircle, Palette, ShieldCheck, Truck, Factory, PencilRuler } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-office-clerks-checking-accounting-figures-paperwork_482257-123736.jpg", imageAlt: "Reunión de clientes discutiendo un proyecto modular"},
|
||||
items: [
|
||||
{
|
||||
icon: Chat,
|
||||
icon: MessageCircle,
|
||||
text: "Consulta inicial"},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clients-touring-office-space-with-real-estate-expert-discussing-property-layout_482257-113443.jpg", imageAlt: "Arquitectos diseñando un plano de casa modular"},
|
||||
items: [
|
||||
{
|
||||
icon: RulerPen,
|
||||
icon: PencilRuler,
|
||||
text: "Planos 2D/3D"},
|
||||
{
|
||||
icon: Palette,
|
||||
@@ -221,8 +221,9 @@ export default function LandingPage() {
|
||||
<div id="equipo" data-section="equipo">
|
||||
<TeamCardSix
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "victor", name: "Víctor", role: "Logística y Entrega", imageSrc: "http://img.b2bpic.net/free-photo/happy-couriers-standing-watching-address-via-tablet-cheerful-post-workers-delivering-order-together-thermo-backpack-cardboard-boxes-trolley-delivery-service-online-shopping-concept_74855-11765.jpg", imageAlt: "Retrato de Víctor, encargado de logística"},
|
||||
|
||||
Reference in New Issue
Block a user