Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, CheckCircle, Home, MessageCircle, Smile, Wheelchair, Accessible } from "lucide-react";
|
||||
import { Award, CheckCircle, Home, MessageCircle, Smile, Car, Handshake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -197,7 +197,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-physical-health-condition-doing-teamwork-startup-office-dealing-with-chronic-disability-job-business-partners-with-impairment-working-project-using-wheelchair-crutches_482257-47245.jpg", imageAlt: "Icono de acceso para sillas de ruedas"},
|
||||
items: [
|
||||
{
|
||||
icon: Wheelchair,
|
||||
icon: Car,
|
||||
text: "Entrada sin barreras"},
|
||||
],
|
||||
reverse: false
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-therapy-session-pandemic_482257-123607.jpg", imageAlt: "Icono de aseo adaptado"},
|
||||
items: [
|
||||
{
|
||||
icon: Accessible,
|
||||
icon: Handshake,
|
||||
text: "Comodidad garantizada"},
|
||||
],
|
||||
reverse: false
|
||||
|
||||
Reference in New Issue
Block a user