Merge version_1 into main #2
@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Award, CheckCircle, Clock, Handshake, Palette, Shield, Sparkles, Swimming, ThumbsUp } from "lucide-react";
|
||||
import { Award, CheckCircle, Clock, Handshake, Palette, Shield, Sparkles, Waves, ThumbsUp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -62,9 +62,9 @@ export default function LandingPage() {
|
||||
imageAlt="Modern swimming pool with surrounding landscape"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "icon", icon: Sparkles, text: "25+ Years Experience" },
|
||||
{ type: "icon", icon: Sparkles, text: "100% Satisfaction Guarantee" },
|
||||
{ type: "icon", icon: Sparkles, text: "Eco-Friendly Materials" }
|
||||
{ type: "text-icon", icon: Sparkles, text: "25+ Years Experience" },
|
||||
{ type: "text-icon", icon: Sparkles, text: "100% Satisfaction Guarantee" },
|
||||
{ type: "text-icon", icon: Sparkles, text: "Eco-Friendly Materials" }
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -117,11 +117,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Quality Installation", description: "Precision construction using premium materials ensures durability and safety for years of enjoyment.", imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg?_wi=1", imageAlt: "Professional pool installation process"
|
||||
title: "Quality Installation", description: "Precision construction using premium materials ensures durability and safety for years of enjoyment.", imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg", imageAlt: "Professional pool installation process"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Ongoing Maintenance", description: "Comprehensive maintenance programs keep your pool pristine and functioning at peak performance.", imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg?_wi=2", imageAlt: "Pool maintenance service in progress"
|
||||
title: "Ongoing Maintenance", description: "Comprehensive maintenance programs keep your pool pristine and functioning at peak performance.", imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg", imageAlt: "Pool maintenance service in progress"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "500", title: "Pools Installed", description: "Happy clients across residential and commercial sectors", icon: Swimming
|
||||
id: "metric-1", value: "500", title: "Pools Installed", description: "Happy clients across residential and commercial sectors", icon: Waves
|
||||
},
|
||||
{
|
||||
id: "metric-2", value: "15", title: "Years Experience", description: "Industry expertise you can rely on", icon: Award
|
||||
|
||||
Reference in New Issue
Block a user