Merge version_1 into main #2
@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { CheckCircle, MapPin, Wrench, MessageSquare, Star, Phone, Droplet, Zap, Hammer, Home, Eye, Shield, Flame, Pipe, AlertTriangle, DollarSign, Award, Clock } from "lucide-react";
|
||||
import { CheckCircle, MapPin, Wrench, MessageSquare, Star, Phone, Droplet, Zap, Hammer, Home, Eye, Shield, Flame, AlertTriangle, DollarSign, Award, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
title="Trusted Plumbing Services in Boca Raton"
|
||||
description="Fast, reliable plumbing repairs and installations for homes and condos in Boca Raton. Licensed, insured, and available 24/7 for emergency calls."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Local Expert Plumber"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=1", imageAlt: "Professional plumber repairing sink" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Professional plumber repairing sink" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", imageAlt: "Drain cleaning service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-father-teaching-kid-how-shave_23-2149450885.jpg", imageAlt: "Toilet repair service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "Water heater repair service" },
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
{ value: "4.2★", title: "Google Rating" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg"
|
||||
imageAlt="Service area coverage map"
|
||||
tagAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Pipe Repairs", description: "Professional repair and replacement of damaged or corroded pipes.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Pipe, label: "All Materials", value: "Copper, PVC, More" },
|
||||
{ icon: AlertTriangle, label: "All Materials", value: "Copper, PVC, More" },
|
||||
{ icon: CheckCircle, label: "Quality Guarantee", value: "Long-Term Durability" }
|
||||
]
|
||||
},
|
||||
@@ -195,7 +195,6 @@ export default function LandingPage() {
|
||||
tag="Verified & Trusted"
|
||||
tagIcon={CheckCircle}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Reviews", "BBB Accredited", "Licensed & Insured", "24/7 Emergency Service", "Same-Day Service Available", "Local Boca Raton Business", "15+ Years Experience", "4.2★ Google Rating"
|
||||
|
||||
Reference in New Issue
Block a user