From 49588b4ef487171a6aee95f4647ca96408e73fc1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:37:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6778249..489975d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Truck, Settings, Wrench, Tools, MapPin, HardHat, Award, ShieldCheck, Globe, Users, ClipboardCheck, Zap, Linkedin, Facebook, Instagram, Youtube } from "lucide-react"; +import { Truck, Settings, Wrench, MapPin, HardHat, Award, ShieldCheck, Globe, Users, ClipboardCheck, Zap, Linkedin, Facebook, Instagram, Youtube } from "lucide-react"; export default function LandingPage() { return ( @@ -55,12 +55,12 @@ export default function LandingPage() { { text: "Request a Quote", href: "#contact" } ]} slides={[ - { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg?_wi=1", imageAlt: "Heavy truck moving through Morocco landscape", videoAriaLabel: "Sefamar heavy truck video background" }, - { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg?_wi=2", imageAlt: "Industrial equipment in action", videoAriaLabel: "Sefamar industrial equipment video background" }, - { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg?_wi=3", imageAlt: "Fleet solutions dashboard", videoAriaLabel: "Sefamar fleet solutions video background" }, - { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg?_wi=4", imageAlt: "After-sales service in workshop", videoAriaLabel: "Sefamar after-sales service video background" }, - { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg?_wi=5", imageAlt: "Spare parts warehouse", videoAriaLabel: "Sefamar spare parts video background" }, - { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg?_wi=6", imageAlt: "Truck on Moroccan highway", videoAriaLabel: "Sefamar truck on highway video background" } + { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg", imageAlt: "Heavy truck moving through Morocco landscape", videoAriaLabel: "Sefamar heavy truck video background" }, + { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg", imageAlt: "Industrial equipment in action", videoAriaLabel: "Sefamar industrial equipment video background" }, + { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg", imageAlt: "Fleet solutions dashboard", videoAriaLabel: "Sefamar fleet solutions video background" }, + { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg", imageAlt: "After-sales service in workshop", videoAriaLabel: "Sefamar after-sales service video background" }, + { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg", imageAlt: "Spare parts warehouse", videoAriaLabel: "Sefamar spare parts video background" }, + { videoSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473001.jpg", imageAlt: "Truck on Moroccan highway", videoAriaLabel: "Sefamar truck on highway video background" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -90,7 +90,7 @@ export default function LandingPage() { { icon: Truck, title: "Heavy Trucks", description: "Driving reliable and efficient heavy transport across Morocco." }, { icon: Settings, title: "Fleet Solutions", description: "Optimizing vehicle performance and operational efficiency for your business." }, { icon: Wrench, title: "Spare Parts", description: "Ensuring longevity and peak performance with genuine OEM parts." }, - { icon: Tools, title: "Maintenance", description: "Certified technicians provide expert care, minimizing downtime and maximizing productivity." }, + { icon: Wrench, title: "Maintenance", description: "Certified technicians provide expert care, minimizing downtime and maximizing productivity." }, { icon: MapPin, title: "Fleet Management", description: "Advanced systems for tracking, optimization, and complete operational control." }, { icon: HardHat, title: "Industrial Equipment", description: "High-performance machinery and tools for every industrial need." } ]} @@ -129,6 +129,7 @@ export default function LandingPage() { useInvertedBackground={true} showCard={false} ariaLabel="Featured Brands" + textboxLayout="default" />
@@ -164,6 +165,7 @@ export default function LandingPage() { animationType="blur-reveal" useInvertedBackground={true} ariaLabel="Sefamar Services Showcase" + textboxLayout="default" />
@@ -182,6 +184,7 @@ export default function LandingPage() { animationType="blur-reveal" useInvertedBackground={false} ariaLabel="Customer Testimonials" + textboxLayout="default" />
-- 2.49.1