Merge version_1 into main #2
@@ -10,8 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Wrench, Award, Pipe, Euro, Star, Shield, Phone } from "lucide-react";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
import { Wrench, Award, CheckCircle, Euro, Star, Shield, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -46,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
title="Plumbing expertise you can trust locally"
|
||||
description="From emergency repairs to full installations, we handle every plumbing challenge with professional skill and transparent pricing. Serving Sartrouville and nearby areas with same-day availability."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Local Artisan"
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="slide-up"
|
||||
@@ -69,7 +68,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/24-hours-open-service-everyday-banner-with-clock-sign_1017-52830.jpg", imageAlt: "Emergency plumbing response"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "Professional plumbing team"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Professional plumbing team"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Hero section showcasing plumbing services"
|
||||
@@ -94,11 +93,11 @@ export default function LandingPage() {
|
||||
title="Comprehensive plumbing solutions"
|
||||
description="We offer a complete range of plumbing services tailored to residential and small commercial needs, all backed by professional expertise and transparent pricing."
|
||||
tag="Our Services"
|
||||
tagIcon={Pipe}
|
||||
tagIcon={Shield}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Diagnostics & Inspection", description: "Expert assessment of plumbing systems to identify issues before they become emergencies. We use proven diagnostic techniques to ensure accurate solutions.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=1", imageAlt: "Professional plumbing diagnostics"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg", imageAlt: "Professional plumbing diagnostics"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Leak detection systems" },
|
||||
@@ -109,7 +108,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Repairs & Maintenance", description: "Quick response to emergency repairs and planned maintenance contracts. We handle everything from minor fixes to major system overhauls with precision.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", imageAlt: "Professional plumbing repairs"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Professional plumbing repairs"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Same-day emergency service" },
|
||||
@@ -120,7 +119,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Installation & Renovation", description: "Professional installation of new fixtures and complete plumbing system upgrades. Perfect for renovations, new builds, and modernization projects.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg?_wi=1", imageAlt: "Modern plumbing installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg", imageAlt: "Modern plumbing installation"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Bathroom renovations" },
|
||||
@@ -131,7 +130,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", title: "Maintenance Contracts", description: "Proactive maintenance programs for residential and commercial properties. Regular inspections and preventive care to avoid costly emergency repairs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2", imageAlt: "Scheduled plumbing maintenance"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Scheduled plumbing maintenance"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Quarterly inspections" },
|
||||
@@ -155,19 +154,19 @@ export default function LandingPage() {
|
||||
tagIcon={Euro}
|
||||
plans={[
|
||||
{
|
||||
id: "diagnostic", title: "Diagnostic Visit", price: "€129", period: "per visit", imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=2", imageAlt: "Diagnostic service", button: { text: "Get started", href: "#contact" },
|
||||
id: "diagnostic", title: "Diagnostic Visit", price: "€129", period: "per visit", imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg", imageAlt: "Diagnostic service", button: { text: "Get started", href: "#contact" },
|
||||
features: [
|
||||
"Professional pipe inspection", "Leak detection analysis", "Detailed written report", "Repair recommendations with quotes"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "standard", title: "Standard Repair", price: "€250", period: "average", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=2", imageAlt: "Repair service", button: { text: "Schedule now", href: "#contact" },
|
||||
id: "standard", title: "Standard Repair", price: "€250", period: "average", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Repair service", button: { text: "Schedule now", href: "#contact" },
|
||||
features: [
|
||||
"Emergency response available", "Professional repair work", "Materials included", "12-month warranty on work"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "installation", title: "Installation Project", price: "€590", period: "starting from", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg?_wi=2", imageAlt: "Installation service", button: { text: "Request quote", href: "#contact" },
|
||||
id: "installation", title: "Installation Project", price: "€590", period: "starting from", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-wash-zone-black-faucet-scandinavian-style_169016-69045.jpg", imageAlt: "Installation service", button: { text: "Request quote", href: "#contact" },
|
||||
features: [
|
||||
"Complete system planning", "Professional installation", "Code-compliant work", "24-month warranty included"
|
||||
]
|
||||
@@ -188,7 +187,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marie Dupont", role: "Homeowner", company: "Sartrouville", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "Marie Dupont"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Marie Dupont"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Pierre Bernard", role: "Restaurant Owner", company: "Local Business", rating: 5,
|
||||
@@ -196,7 +195,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophie Laurent", role: "Property Manager", company: "Residential Complex", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "Sophie Laurent"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sophie Laurent"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Jean-Claude Michel", role: "Homeowner", company: "Sartrouville", rating: 5,
|
||||
@@ -284,4 +283,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user