diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ce4fb2f..6b24866 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,10 +20,12 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Avila Construction Services | Expert Residential & Commercial Building", description: "Professional construction services for residential and commercial projects. 25+ years of experience delivering quality builds, renovations, and project management.", keywords: "construction services, residential construction, commercial building, renovation contractor, custom homes", openGraph: { - title: "Avila Construction Services | Expert Building Solutions", description: "Professional construction services delivering quality residential and commercial projects with 25+ years of industry experience.", siteName: "Avila Construction Services", type: "website"}, + title: "Avila Construction Services | Expert Residential & Commercial Building", description: "Professional construction services for residential and commercial projects. 25+ years of experience delivering quality builds, renovations, and project management. Call us at 256-843-9875.", keywords: "construction services, residential construction, commercial building, renovation contractor, custom homes", openGraph: { + title: "Avila Construction Services | Expert Building Solutions", description: "Professional construction services delivering quality residential and commercial projects with 25+ years of industry experience.", siteName: "Avila Construction Services", type: "website" + }, twitter: { - card: "summary_large_image", title: "Avila Construction Services", description: "Professional construction and renovation services for residential and commercial projects."}, + card: "summary_large_image", title: "Avila Construction Services", description: "Professional construction and renovation services for residential and commercial projects." + } }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ca68ca..196a3fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { Building2, CheckCircle, Hammer, Home, Shield, Wrench, Zap } from "lucide-react"; +import { Building2, CheckCircle, Hammer, Home, Shield, Wrench, Zap, Phone } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; @@ -42,7 +42,7 @@ export default function LandingPage() {