diff --git a/src/app/page.tsx b/src/app/page.tsx index 172bb7d..aa05d8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Settings, Wifi, Printer } from 'lucide-react'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -93,20 +74,14 @@ export default function LandingPage() { description="Zoenp Solutions is bringing proven success to the United States through our parent company's achievements in Brazil. Founded through the expertise of Suporte Informática, headquartered in Itajaí, Santa Catarina, we are a trusted technology solutions provider with 27 years of market experience." bulletPoints={[ { - title: "IT Equipment Sales", - description: "High-quality hardware solutions.", - }, + title: "IT Equipment Sales", description: "High-quality hardware solutions."}, { - title: "Expert Maintenance", - description: "Computer and notebook maintenance support.", - }, + title: "Expert Maintenance", description: "Computer and notebook maintenance support."}, { - title: "Network Solutions", - description: "Reliable wired and wireless network deployments.", - }, + title: "Network Solutions", description: "Reliable wired and wireless network deployments."}, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg" imageAlt="Corporate office space" /> @@ -117,29 +92,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "IT Equipment Sales", - description: "Coming Soon", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-agenda-plant_23-2148459699.jpg?_wi=2", - }, + title: "IT Equipment Sales", description: "Coming Soon", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-agenda-plant_23-2148459699.jpg"}, { - title: "Computer & Network Maintenance", - description: "Coming Soon", - buttonIcon: "Settings", - imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=3", - }, + title: "Computer & Network Maintenance", description: "Coming Soon", buttonIcon: Settings, + imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg"}, { - title: "Network Solutions", - description: "Coming Soon", - buttonIcon: "Wifi", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-devices-decor-plants_23-2148223253.jpg?_wi=2", - }, + title: "Network Solutions", description: "Coming Soon", buttonIcon: Wifi, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-devices-decor-plants_23-2148223253.jpg"}, { - title: "Printer Support", - description: "Coming Soon", - buttonIcon: "Printer", - imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111386.jpg?_wi=2", - }, + title: "Printer Support", description: "Coming Soon", buttonIcon: Printer, + imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111386.jpg"}, ]} title="Our Services" description="Comprehensive technology solutions for your business." @@ -153,25 +116,13 @@ export default function LandingPage() { tag="Performance Stats" metrics={[ { - id: "stat-1", - value: "27+", - description: "Years of Market Experience", - }, + id: "stat-1", value: "27+", description: "Years of Market Experience"}, { - id: "stat-2", - value: "100%", - description: "Dedicated Support", - }, + id: "stat-2", value: "100%", description: "Dedicated Support"}, { - id: "stat-3", - value: "500+", - description: "Projects Delivered", - }, + id: "stat-3", value: "500+", description: "Projects Delivered"}, { - id: "stat-4", - value: "24/7", - description: "Technical Availability", - }, + id: "stat-4", value: "24/7", description: "Technical Availability"}, ]} metricsAnimation="slide-up" /> @@ -181,8 +132,7 @@ export default function LandingPage() {