Update src/app/page.tsx

This commit is contained in:
2026-06-10 15:24:33 +00:00
parent c1b74c7fb4
commit 1a2f536185

View File

@@ -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"},