Merge version_1 into main #3
@@ -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." }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user