Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
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"},
|
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: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Chat,
|
icon: MessageCircle,
|
||||||
text: "Consulta inicial"},
|
text: "Consulta inicial"},
|
||||||
{
|
{
|
||||||
icon: Lightbulb,
|
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"},
|
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: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: RulerPen,
|
icon: PencilRuler,
|
||||||
text: "Planos 2D/3D"},
|
text: "Planos 2D/3D"},
|
||||||
{
|
{
|
||||||
icon: Palette,
|
icon: Palette,
|
||||||
@@ -221,8 +221,9 @@ export default function LandingPage() {
|
|||||||
<div id="equipo" data-section="equipo">
|
<div id="equipo" data-section="equipo">
|
||||||
<TeamCardSix
|
<TeamCardSix
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="two-columns-alternating-heights"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
members={[
|
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"},
|
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