Merge version_3 into main #5

Merged
bender merged 4 commits from version_3 into main 2026-05-04 14:45:11 +00:00
4 changed files with 7 additions and 10 deletions

View File

@@ -137,7 +137,7 @@ export default function AboutPage() {
tagIcon={AlertCircle}
tagAnimation="slide-up"
title="Learn More About Our Services"
description="Have questions about Barry's Emergency Plumbing? Contact us today for a free consultation or to schedule service."
description="Rufen Sie uns jetzt für sofortige Hilfe bei Sanitärnotfällen an rund um die Uhr in Ihrer Region verfügbar."
buttons={[
{ text: "☎ Call Now", href: "tel:+1-555-PLUMBER" },
{ text: "Request Service", href: "/contact" },
@@ -160,4 +160,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -78,7 +78,7 @@ export default function ContactPage() {
tagIcon={AlertCircle}
tagAnimation="slide-up"
title="Ready for Expert Plumbing Help?"
description="Contact Barry's Emergency Plumbing today. We're available 24/7 for emergencies, quotes, and consultations. Call now or fill out our quick contact form."
description="Rufen Sie uns jetzt für sofortige Hilfe bei Sanitärnotfällen an rund um die Uhr in Ihrer Region verfügbar."
buttons={[
{ text: "☎ Call Now: 1-555-PLUMBER", href: "tel:+1-555-PLUMBER" },
{ text: "Fill Out Form", href: "/contact" },
@@ -152,4 +152,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -23,9 +23,6 @@ import {
Shield,
Zap,
DollarSign,
CircleDollarSign,
ArrowLeftRight,
Send,
} from "lucide-react";
export default function HomePage() {
@@ -321,7 +318,7 @@ export default function HomePage() {
tagIcon={AlertCircle}
tagAnimation="slide-up"
title="Plumbing Emergency? We're Ready 24/7"
description="Call now for immediate emergency plumbing help—available 24/7 in your area."
description="Rufen Sie uns jetzt für sofortige Hilfe bei Sanitärnotfällen an rund um die Uhr in Ihrer Region verfügbar."
buttons={[
{ text: "☎ Call Now: 1-555-PLUMBER", href: "tel:+1-555-PLUMBER" },
{ text: "Request Free Quote", href: "/contact" },

View File

@@ -129,7 +129,7 @@ export default function ServiceAreasPage() {
tagIcon={AlertCircle}
tagAnimation="slide-up"
title="Is Your Area Covered?"
description="We serve all neighborhoods with fast, reliable emergency plumbing service. Check your zone or call for coverage confirmation."
description="Rufen Sie uns jetzt für sofortige Hilfe bei Sanitärnotfällen an rund um die Uhr in Ihrer Region verfügbar."
buttons={[
{ text: "☎ Call Now", href: "tel:+1-555-PLUMBER" },
{ text: "Confirm Coverage", href: "/contact" },
@@ -152,4 +152,4 @@ export default function ServiceAreasPage() {
</div>
</ThemeProvider>
);
}
}