9 Commits

Author SHA1 Message Date
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
bb1ac125c8 Update src/app/page.tsx 2026-05-30 05:07:08 +00:00
89ae15a7a7 Update src/app/contact/page.tsx 2026-05-30 05:07:07 +00:00
a9a6d429bc Merge version_8 into main
Merge version_8 into main
2026-05-30 04:51:29 +00:00
64ffb23daa Update src/app/page.tsx 2026-05-30 04:51:26 +00:00
07a0acfd8e Merge version_8 into main
Merge version_8 into main
2026-05-30 04:50:50 +00:00
42a96ad0ee Update src/app/page.tsx 2026-05-30 04:50:47 +00:00
cab6ead88e Update src/app/contact/page.tsx 2026-05-30 04:50:46 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -52,7 +52,7 @@ export default function ContactPage() {
text="Ready to Transform Your Landscape? Contact Us!"
buttons={[
{
text: "Call Us Today", href: "tel:+16306616168"
text: "Call Us Now", href: "tel:630-661-6168"
}
]}
/>

View File

@@ -38,11 +38,11 @@ export default function LandingPage() {
{
name: "About Us", id: "/about"},
{
name: "Services", id: "/services"},
name: "Services", id: "#services"},
{
name: "Portfolio", id: "/#portfolio"},
name: "Portfolio", id: "#portfolio"},
{
name: "Testimonials", id: "/#testimonials"},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact", id: "/contact"},
]}
@@ -63,7 +63,7 @@ export default function LandingPage() {
{
text: "Get a Free Consultation", href: "/contact"},
{
text: "View Our Portfolio", href: "/#portfolio"},
text: "View Our Portfolio", href: "#portfolio"},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-modern-plants-deco_23-2149198591.jpg"
imageAlt="Lush green landscaped garden with a modern patio"
@@ -242,7 +242,7 @@ export default function LandingPage() {
text="Ready to Transform Your Landscape?"
buttons={[
{
text: "Call Us Today", href: "tel:+16306616168"},
text: "Call Us Now", href: "tel:630-661-6168"},
]}
/>
</div>
@@ -253,13 +253,13 @@ export default function LandingPage() {
{
title: "Services", items: [
{
label: "Design & Planning", href: "/services"},
label: "Design & Planning", href: "#services"},
{
label: "Installation", href: "/services"},
label: "Installation", href: "#services"},
{
label: "Maintenance", href: "/services"},
label: "Maintenance", href: "#services"},
{
label: "Outdoor Living", href: "/#portfolio"},
label: "Outdoor Living", href: "#portfolio"},
],
},
{
@@ -267,11 +267,11 @@ export default function LandingPage() {
{
label: "About Us", href: "/about"},
{
label: "Portfolio", href: "/#portfolio"},
label: "Portfolio", href: "#portfolio"},
{
label: "Testimonials", href: "/#testimonials"},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ", href: "/#faq"},
label: "FAQ", href: "#faq"},
],
},
{
@@ -290,4 +290,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}