31 Commits

Author SHA1 Message Date
47de506b47 Switch to version 15: modified src/app/services/page.tsx 2026-05-30 05:38:28 +00:00
d9e086867e Switch to version 15: modified src/app/page.tsx 2026-05-30 05:38:28 +00:00
895502fc47 Switch to version 15: modified src/app/contact/page.tsx 2026-05-30 05:38:27 +00:00
6b8ecb76e4 Switch to version 15: modified src/app/about/page.tsx 2026-05-30 05:38:27 +00:00
af3b48a37f Merge version_16 into main
Merge version_16 into main
2026-05-30 05:37:22 +00:00
47d46a5211 Update src/app/services/page.tsx 2026-05-30 05:37:19 +00:00
5563601943 Update src/app/page.tsx 2026-05-30 05:37:18 +00:00
7a2f97dd70 Update src/app/contact/page.tsx 2026-05-30 05:37:18 +00:00
72c3b560a1 Update src/app/about/page.tsx 2026-05-30 05:37:18 +00:00
81aca03268 Update src/app/page.tsx 2026-05-30 05:28:04 +00:00
3a375fd8bb Update src/app/contact/page.tsx 2026-05-30 05:28:03 +00:00
e201dcf79b Update src/app/about/page.tsx 2026-05-30 05:28:02 +00:00
7f8a5d08ce Merge version_14 into main
Merge version_14 into main
2026-05-30 05:25:44 +00:00
6f7b59093a Update src/app/about/page.tsx 2026-05-30 05:25:40 +00:00
99a3c6e99a Merge version_13 into main
Merge version_13 into main
2026-05-30 05:22:48 +00:00
db570fe276 Update src/app/services/page.tsx 2026-05-30 05:22:44 +00:00
2df62b6c2a Update src/app/page.tsx 2026-05-30 05:22:43 +00:00
8606c533a1 Update src/app/about/page.tsx 2026-05-30 05:22:42 +00:00
47dbb146a7 Merge version_13 into main
Merge version_13 into main
2026-05-30 05:21:41 +00:00
432a4ca467 Update src/app/services/page.tsx 2026-05-30 05:21:37 +00:00
fac4e9f3e2 Update src/app/page.tsx 2026-05-30 05:21:36 +00:00
6961977c49 Update src/app/about/page.tsx 2026-05-30 05:21:36 +00:00
7e40b6ec27 Switch to version 9: modified src/app/page.tsx 2026-05-30 05:15:38 +00:00
363a262050 Switch to version 9: modified src/app/contact/page.tsx 2026-05-30 05:15:37 +00:00
8a6fae8d5c Switch to version 10: modified src/app/page.tsx 2026-05-30 05:15:35 +00:00
427122d127 Switch to version 11: modified src/app/page.tsx 2026-05-30 05:15:30 +00:00
de433076d1 Merge version_12 into main
Merge version_12 into main
2026-05-30 05:13:56 +00:00
c15f48925b Update src/app/page.tsx 2026-05-30 05:13:52 +00:00
85f7e23051 Merge version_11 into main
Merge version_11 into main
2026-05-30 05:09:21 +00:00
b878652568 Update src/app/page.tsx 2026-05-30 05:09:18 +00:00
787c21b9dc Merge version_10 into main
Merge version_10 into main
2026-05-30 05:07:11 +00:00
4 changed files with 35 additions and 98 deletions

View File

@@ -24,23 +24,16 @@ export default function AboutPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "/"},
{
name: "About Us", id: "/about"},
{
name: "Services", id: "/services"},
{
name: "Portfolio", id: "/#portfolio"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/#portfolio" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact Us", id: "/contact" }
]}
brandName="Lombard Landscaping by Morris LDC"
button={{
text: "Get a Free Quote", href: "/contact"}}
animateOnLoad={true}
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
@@ -53,7 +46,7 @@ export default function AboutPage() {
imageAlt="Lombard Landscaping team working in a garden"
buttons={[
{
text: "Contact Us", href: "/contact",
text: "Contact Us", href: "/contact"
},
]}
/>
@@ -86,14 +79,6 @@ export default function AboutPage() {
label: "FAQ", href: "/#faq"},
],
},
{
title: "Connect", items: [
{
label: "Contact Us", href: "/contact"},
{
label: "Get a Quote", href: "/contact"},
],
},
]}
bottomLeftText="© 2024 Lombard Landscaping by Morris LDC. All rights reserved."
bottomRightText="Crafted with passion for nature."

View File

@@ -3,8 +3,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import ButtonShiftHover from '@/components/button/ButtonShiftHover/ButtonShiftHover';
export default function ContactPage() {
return (
@@ -24,37 +24,26 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "/"},
{
name: "About Us", id: "/about"},
{
name: "Services", id: "/services"},
{
name: "Portfolio", id: "/#portfolio"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "/contact"}
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/#portfolio" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact Us", id: "/contact" }
]}
brandName="Lombard Landscaping by Morris LDC"
button={{
text: "Get a Free Quote", href: "/contact"}}
button={{ text: "Contact Us", href: "/contact" }}
animateOnLoad={true}
/>
</div>
<div id="contact-content" data-section="contact-content">
<ContactText
useInvertedBackground={false}
background={{
variant: "downward-rays-animated"}}
text="Ready to Transform Your Landscape? Contact Us!"
buttons={[
{
text: "Call Us Now", href: "tel:630-661-6168"
}
]}
<div id="contact-content" data-section="contact-content" className="flex flex-col items-center justify-center min-h-[50vh] text-center px-4 py-16">
<h1 className="text-4xl md:text-5xl font-bold mb-8">Contact Us Directly</h1>
<p className="text-lg md:text-xl mb-8 max-w-2xl">For immediate assistance, please call us.</p>
<ButtonShiftHover
text="Call 630-661-6168"
href="tel:630-661-6168"
className="max-w-xs px-8 py-4 text-xl"
/>
</div>

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -33,23 +33,16 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "/"},
{
name: "About Us", id: "/about"},
{
name: "Services", id: "/services"},
{
name: "Portfolio", id: "/#portfolio"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Portfolio", id: "/#portfolio" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact Us", id: "/contact" } // Added
]}
brandName="Lombard Landscaping by Morris LDC"
button={{
text: "Get a Free Quote", href: "/contact"}}
animateOnLoad={true}
button={{ text: "Contact Us", href: "/contact" }} // Updated href
/>
</div>
@@ -61,7 +54,7 @@ export default function LandingPage() {
description="Creating breathtaking landscapes and outdoor living spaces tailored to your vision and lifestyle. Experience unparalleled beauty and functionality."
buttons={[
{
text: "Get a Free Consultation", href: "/contact"},
text: "Get a Free Consultation", href: "/contact"}, // Changed to /contact
{
text: "View Our Portfolio", href: "/#portfolio"},
]}
@@ -234,18 +227,7 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "downward-rays-animated"}}
text="Ready to Transform Your Landscape?"
buttons={[
{
text: "Call Us Now", href: "tel:630-661-6168"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
@@ -274,14 +256,6 @@ export default function LandingPage() {
label: "FAQ", href: "/#faq"},
],
},
{
title: "Connect", items: [
{
label: "Contact Us", href: "/contact"},
{
label: "Get a Quote", href: "/contact"},
],
},
]}
bottomLeftText="© 2024 Lombard Landscaping by Morris LDC. All rights reserved."
bottomRightText="Crafted with passion for nature."

View File

@@ -34,13 +34,10 @@ export default function ServicesPage() {
name: "Portfolio", id: "/#portfolio"},
{
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "/contact"},
]}
brandName="Lombard Landscaping by Morris LDC"
button={{
text: "Get a Free Quote", href: "/contact"}}
animateOnLoad={true}
button={{ text: "Contact Us", href: "/" }}
/>
</div>
@@ -101,14 +98,6 @@ export default function ServicesPage() {
label: "FAQ", href: "/#faq"},
],
},
{
title: "Connect", items: [
{
label: "Contact Us", href: "/contact"},
{
label: "Get a Quote", href: "/contact"},
],
},
]}
bottomLeftText="© 2024 Lombard Landscaping by Morris LDC. All rights reserved."
bottomRightText="Crafted with passion for nature."