Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-05-07 12:00:13 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -51,7 +51,7 @@ export default function LandingPage() {
title="Service Guarantee"
sections={[
{
heading: "Our Policy", content: "We guarantee our workmanship for 12 months."
heading: "Our Policy", content: [{ type: "paragraph", text: "We guarantee our workmanship for 12 months." }]
}
]}
/>

View File

@@ -12,8 +12,8 @@ import { DM_Sans } from "next/font/google";
export const metadata: Metadata = {
title: 'Mike\'s Plumbing Austin | Trusted Plumbers',
description: 'Professional plumbing services in Austin, Texas. Fast repairs, fair prices, and local expertise. Get your free quote today.',
title: 'Contact Us | Mike\'s Plumbing',
description: 'Get in touch with Mike\'s Plumbing for professional services and free quotes in Austin, TX.',
openGraph: {
"siteName": "Mike's Plumbing",
"type": "website"