From 2655dff2eef0c156c1d2e9c0e1801a54383f126f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 18:13:26 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 119 +++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 67 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6ff656c..036e496 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,9 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactForm from '@/components/form/ContactForm'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; export default function LandingPage() { return ( @@ -22,73 +22,58 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- console.log("Form submitted with email:", email)} - /> -
+
+ console.log("Form submitted with email:", email)} + /> +
-
- -
+
+ +
- +
); -- 2.49.1 From 9ba8c11709781c7f15fe3763e63e04bde05974c0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 18:13:26 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b000422..0d51bfd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,8 +10,8 @@ import { Libre_Baskerville } from "next/font/google"; export const metadata: Metadata = { - title: 'Premium Lawn Care Services in Portland | Green Oregon Landscape LLC', - description: 'Expert landscaping services in Portland, Oregon. Lawn mowing, garden cleanup, and professional yard care. Request your free quote today.', + title: 'Contact Us | Green Oregon Landscape LLC', + description: 'Get in touch with Green Oregon Landscape LLC for your landscaping and property maintenance needs in Portland, OR.', openGraph: { "title": "Green Oregon Landscape LLC", "description": "Professional Lawn Care & Landscaping Services in Portland.", -- 2.49.1