diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1e6470f..b095414 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 62636f2..031a7a7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index e67bd31..b77a71c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, diff --git a/src/app/service-areas/page.tsx b/src/app/service-areas/page.tsx index 66703e9..aa7f3d2 100644 --- a/src/app/service-areas/page.tsx +++ b/src/app/service-areas/page.tsx @@ -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() { ); -} \ No newline at end of file +}