Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-09 01:42:40 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,8 @@ import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Camacho Painting LLC | Professional Painting Services", description: "Expert painting services for residential and commercial projects. Licensed, insured, and certified by industry standards."};
title: "Camacho Painting LLC | Professional Painting Services", description: "Expert painting services for residential and commercial projects. Licensed, insured, and certified by industry standards."
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -188,7 +188,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready to Transform Your Space?"
description="Get your free painting estimate today. Fill out the form and our team will contact you within 24 hours to discuss your project."
description="Our team will contact you within 24 hours to discuss your project and provide a free estimate. We guarantee prompt, professional service."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -200,7 +200,7 @@ export default function LandingPage() {
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
name: "service", type: "text", placeholder: "Type of Service (Interior/Exterior/Commercial)", required: true,
name: "serviceType", type: "select", placeholder: "Type of Service", required: true,
},
]}
textarea={{
@@ -254,4 +254,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}