6 Commits

Author SHA1 Message Date
3f697f336b Update src/app/services/page.tsx 2026-03-05 23:04:21 +00:00
890e202ff8 Update src/app/page.tsx 2026-03-05 23:04:20 +00:00
ce79ec57e5 Update src/app/services/page.tsx 2026-03-05 23:03:19 +00:00
378e3a1d89 Update src/app/page.tsx 2026-03-05 23:03:19 +00:00
d87f6de3f7 Merge version_2 into main
Merge version_2 into main
2026-03-05 22:54:56 +00:00
28b64e2e77 Merge version_2 into main
Merge version_2 into main
2026-03-05 22:54:05 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ export default function HomePage() {
{ icon: Award, label: "Google Rating", value: "4.8★" },
{ icon: Shield, label: "Licensed & Insured", value: "100%" },
{ 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"
useInvertedBackground={false}
@@ -202,7 +202,6 @@ export default function HomePage() {
tagIcon={PhoneCall}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop&_wi=2"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"

View File

@@ -49,7 +49,7 @@ export default function ServicesPage() {
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: {
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: [
{ icon: Droplets, text: "Leak Repairs" },