From e1d89a9a94f1c36719ea303e78f0514be06e5b2e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:04:32 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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({ -- 2.49.1 From 993691a8d3930641f01d857fa67b691f7a0a7eee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:04:32 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 80 +++++++++++++++++++++++++++++++----------------- 1 file changed, 52 insertions(+), 28 deletions(-) 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() {
Date: Wed, 4 Mar 2026 19:04:32 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7810cc6..d31130d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,8 +12,8 @@ --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120006e6;; - --primary-cta: #e63946;; + --foreground: #000f06e6;; + --primary-cta: #0a7039;; --primary-cta-text: #ffffff;; --secondary-cta: #f9f9f9;; --secondary-cta-text: #120006e6;; -- 2.49.1