Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
@@ -12,7 +10,6 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { Users, Target, BarChart3, Star, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,6 +44,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardScroll
|
||||
title="CLSF Technical Services L.L.C"
|
||||
description="Delivering excellence through premium technical maintenance and professional facility solutions."
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-building-with-glass-facade_23-2148705353.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -67,6 +65,7 @@ export default function LandingPage() {
|
||||
showStepNumbers={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Cleaning",
|
||||
@@ -82,6 +81,8 @@ export default function LandingPage() {
|
||||
title="Measurable Success"
|
||||
description="Our performance-driven approach is backed by data and client results."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "99%", title: "Efficiency Rate", description: "Optimization of all facility operations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-diagram-growth_23-2148858177.jpg"
|
||||
@@ -99,6 +100,7 @@ export default function LandingPage() {
|
||||
description="Our team comprises highly-trained professionals dedicated to facility excellence."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{ id: "t1", name: "Alex Rivera", role: "Technical Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-man_23-2148923485.jpg" },
|
||||
{ id: "t2", name: "Sarah Chen", role: "Operations Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-woman_23-2148923485.jpg" }
|
||||
@@ -113,6 +115,7 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/happy-smiling-businessman_23-2148858177.jpg", alt: "Jonathan V" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user