Merge version_1 into main #2
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
<div id="performance" data-section="performance">
|
||||
@@ -164,6 +165,7 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Sefamar Services Showcase"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -182,6 +184,7 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Customer Testimonials"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
Reference in New Issue
Block a user