Merge version_1 into main #2
@@ -10,7 +10,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { AlertCircle, Award, CheckCircle, Clock, DollarSign, Droplets, Facebook, Hammer, Lightbulb, Lock, Phone, Settings, Shield, Smile, Target, Thermometer, TrendingUp, Wrench, Zap } from 'lucide-react';
|
||||
import { AlertCircle, Award, CheckCircle, Clock, DollarSign, Droplets, Facebook, Hammer, Layers, Lightbulb, Lock, Phone, Settings, Shield, Smile, Target, Thermometer, TrendingUp, Wrench, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -46,12 +46,12 @@ export default function LandingPage() {
|
||||
description="Fast, reliable plumbing & drain cleaning – Available 24/7. Local Phoenix plumber with 4.9-star rating. Honest diagnostics, professional service."
|
||||
tag="Emergency Response Available"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Call Now: +1 520-482-1068", href: "tel:+15204821068" },
|
||||
{ text: "Request Service" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg"
|
||||
imageAlt="Professional plumber fixing emergency water leak"
|
||||
className="w-full"
|
||||
useInvertedBackground={false}
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Pipe Repair", description: "Replace damaged or corroded pipes with durable solutions", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Hammer, label: "Professional", value: "Skilled" },
|
||||
{ icon: Shield, label: "Quality Materials", value: "Premium" },
|
||||
{ icon: Layers, label: "Quality Materials", value: "Premium" },
|
||||
{ icon: Award, label: "Warranted", value: "Protected" }
|
||||
]
|
||||
},
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
id: "6", title: "Can you help with preventative plumbing maintenance?", content: "Absolutely. Regular maintenance can prevent costly emergency repairs. We offer inspections and maintenance services to keep your plumbing system in top condition."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg"
|
||||
imageAlt="Professional plumber performing service"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user