Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee29742247 | |||
| 9ba8c11709 | |||
| 2655dff2ee | |||
| d4f19dff8c | |||
| fb68123563 | |||
| 67394236dd |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactForm from '@/components/form/ContactForm';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -22,99 +22,61 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Services", id: "/services" },
|
||||||
id: "/",
|
{ name: "Contact", id: "/contact" },
|
||||||
},
|
]}
|
||||||
{
|
brandName="Green Oregon Landscape LLC"
|
||||||
name: "Services",
|
/>
|
||||||
id: "/services",
|
</div>
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
brandName="Green Oregon Landscape LLC"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact-page-form" data-section="contact-page-form">
|
<div id="contact-page-form" data-section="contact-page-form">
|
||||||
<ContactCTA
|
<ContactForm
|
||||||
useInvertedBackground={false}
|
title="Request Your Free Quote Today"
|
||||||
background={{
|
description="Let's make your lawn look its best. Send us your project details."
|
||||||
variant: "plain",
|
tag="Get in touch"
|
||||||
}}
|
useInvertedBackground={false}
|
||||||
tag="Get in touch"
|
onSubmit={(email: string) => console.log("Form submitted with email:", email)}
|
||||||
title="Request Your Free Quote Today"
|
/>
|
||||||
description="Let's make your lawn look its best. Send us your project details."
|
</div>
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Get My Free Quote",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricCardSeven
|
||||||
useInvertedBackground={false}
|
title="Available When You Need Us"
|
||||||
title="Available When You Need Us"
|
description="We are ready to transform your property throughout the Portland metropolitan area."
|
||||||
description="We are ready to transform your property throughout the Portland metropolitan area."
|
animationType="slide-up"
|
||||||
metrics={[
|
textboxLayout="default"
|
||||||
{
|
useInvertedBackground={false}
|
||||||
value: "24/7",
|
metrics={[
|
||||||
title: "Support Access",
|
{ id: "m1", value: "24/7", title: "Support Access", items: ["24/7 access", "Quick assistance"] },
|
||||||
},
|
{ id: "m2", value: "Fast", title: "Quote Response", items: ["Fast response", "Free estimates"] },
|
||||||
{
|
]}
|
||||||
value: "Fast",
|
/>
|
||||||
title: "Quote Response",
|
</div>
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/gardener-growing-plants-pots-greenhouse-hands-gardener-cutting-branches-with-pruner-closeup-shot-gardening-job-concept_74855-12809.jpg"
|
|
||||||
imageAlt="Landscape maintenance team"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterBaseCard
|
||||||
columns={[
|
logoText="Green Oregon Landscape LLC"
|
||||||
{
|
columns={[
|
||||||
items: [
|
{
|
||||||
{
|
title: "Navigation", items: [
|
||||||
label: "Home",
|
{ label: "Home", href: "/" },
|
||||||
href: "/",
|
{ label: "Services", href: "/services" },
|
||||||
},
|
{ label: "Contact", href: "/contact" },
|
||||||
{
|
],
|
||||||
label: "Services",
|
},
|
||||||
href: "/services",
|
{
|
||||||
},
|
title: "Contact", items: [
|
||||||
{
|
{ label: "(503) 737-8857", href: "tel:5037378857" },
|
||||||
label: "Contact",
|
{ label: "11427 SW 135th Ave, Portland, OR 97223", href: "#" },
|
||||||
href: "/contact",
|
],
|
||||||
},
|
},
|
||||||
],
|
]}
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "(503) 737-8857",
|
|
||||||
href: "tel:5037378857",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "11427 SW 135th Ave, Portland, OR 97223",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="Green Oregon Landscape LLC"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ import { Libre_Baskerville } from "next/font/google";
|
|||||||
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Premium Lawn Care Services in Portland | Green Oregon Landscape LLC',
|
title: 'Contact Us | Green Oregon Landscape LLC',
|
||||||
description: 'Expert landscaping services in Portland, Oregon. Lawn mowing, garden cleanup, and professional yard care. Request your free quote today.',
|
description: 'Get in touch with Green Oregon Landscape LLC for your landscaping and property maintenance needs in Portland, OR.',
|
||||||
openGraph: {
|
openGraph: {
|
||||||
"title": "Green Oregon Landscape LLC",
|
"title": "Green Oregon Landscape LLC",
|
||||||
"description": "Professional Lawn Care & Landscaping Services in Portland.",
|
"description": "Professional Lawn Care & Landscaping Services in Portland.",
|
||||||
|
|||||||
Reference in New Issue
Block a user