Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e90468a88 | |||
| 3f697f336b | |||
| 890e202ff8 | |||
| c4dc1f7453 | |||
| ce79ec57e5 | |||
| 378e3a1d89 | |||
| d87f6de3f7 | |||
| 28b64e2e77 |
@@ -71,7 +71,7 @@ export default function HomePage() {
|
|||||||
{ icon: Award, label: "Google Rating", value: "4.8★" },
|
{ icon: Award, label: "Google Rating", value: "4.8★" },
|
||||||
{ icon: Shield, label: "Licensed & Insured", value: "100%" },
|
{ icon: Shield, label: "Licensed & Insured", value: "100%" },
|
||||||
{ icon: Clock, label: "Fast Response", value: "Same Day" },
|
{ icon: Clock, label: "Fast Response", value: "Same Day" },
|
||||||
{ icon: CheckCircle, label: "Years Experience", value: "20+ Years" },
|
{ icon: CheckCircle, label: "Years Experience", value: "20+" },
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -202,7 +202,6 @@ export default function HomePage() {
|
|||||||
tagIcon={PhoneCall}
|
tagIcon={PhoneCall}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop&_wi=2"
|
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export default function ServicesPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Plumbing Services", description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care. We diagnose problems quickly and provide lasting solutions.", media: {
|
id: "1", title: "Plumbing Services", description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care. We diagnose problems quickly and provide lasting solutions.", media: {
|
||||||
imageSrc: "https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop&_wi=3"
|
imageSrc: "https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop&_wi=2"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: Droplets, text: "Leak Repairs" },
|
{ icon: Droplets, text: "Leak Repairs" },
|
||||||
|
|||||||
Reference in New Issue
Block a user