diff --git a/src/app/page.tsx b/src/app/page.tsx index 015bb55..628574c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,8 +6,8 @@ import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCa import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import TeamCardEleven from "@/components/sections/team/TeamCardEleven"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import FeatureBorderGlow as FeatureBorderGlowMobility from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import FooterCard from "@/components/sections/footer/FooterCard"; import Link from "next/link"; import { @@ -19,6 +19,7 @@ import { Eye, AlertTriangle, AlertOctagon, + AlertCircle, Zap, Phone, Users, @@ -26,7 +27,6 @@ import { Award, Home, CheckCircle, - AlertCircle, Lightbulb, Heart, Leaf, @@ -79,19 +79,13 @@ export default function HomePage() { slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/back-school-education-concept-with-girl-kids-elementary-students-carrying-backpacks-going-class_169016-1963.jpg", - imageAlt: "Crianças a atravessar numa passadeira", - }, + "http://img.b2bpic.net/free-photo/back-school-education-concept-with-girl-kids-elementary-students-carrying-backpacks-going-class_169016-1963.jpg", imageAlt: "Crianças a atravessar numa passadeira"}, { imageSrc: - "http://img.b2bpic.net/free-photo/modern-traffic-light-showing-red-color-night-modern-city_657883-304.jpg", - imageAlt: "Semáforo de trânsito", - }, + "http://img.b2bpic.net/free-photo/modern-traffic-light-showing-red-color-night-modern-city_657883-304.jpg", imageAlt: "Semáforo de trânsito"}, { imageSrc: - "http://img.b2bpic.net/free-photo/road-sign_23-2148006477.jpg", - imageAlt: "Sinais de trânsito na estrada", - }, + "http://img.b2bpic.net/free-photo/road-sign_23-2148006477.jpg", imageAlt: "Sinais de trânsito na estrada"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -104,13 +98,9 @@ export default function HomePage() { + {/* Users Section */} +
+ +
+ {/* Risk Prevention Section */}
-