diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..efa9a76
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,76 @@
+"use client";
+
+import ReactLenis from "lenis/react";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
+import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
+import FooterSimple from "@/components/sections/footer/FooterSimple";
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 342c14b..ac5d174 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import FaqDouble from "@/components/sections/faq/FaqDouble";
+import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Leaf, TreePine } from "lucide-react";
@@ -33,13 +34,13 @@ export default function LandscapingPage() {
@@ -50,7 +51,7 @@ export default function LandscapingPage() {
title="Transform Your Outdoor Space"
description="Professional landscaping design, installation, and maintenance services. From lush gardens to stunning hardscapes, we bring your vision to life."
buttons={[
- { text: "Get Free Estimate", href: "#contact" },
+ { text: "Get Free Visit", href: "/contact" },
{ text: "Our Services", href: "#services" },
]}
buttonAnimation="slide-up"
@@ -60,21 +61,11 @@ export default function LandscapingPage() {
textPosition="top"
testimonials={[
{
- name: "Sarah M.",
- handle: "Homeowner",
- testimonial: "GreenScape completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg",
- imageAlt: "Sarah M.",
- },
+ name: "Sarah M.", handle: "Homeowner", testimonial: "GreenScape completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Sarah M."},
{
- name: "David K.",
- handle: "Property Manager",
- testimonial: "We've used GreenScape for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg",
- imageAlt: "David K.",
- },
+ name: "David K.", handle: "Property Manager", testimonial: "We've used GreenScape for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "David K."},
]}
/>
@@ -103,147 +94,26 @@ export default function LandscapingPage() {
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- imageContainerClassName="!rotate-0 !aspect-square"
features={[
- {
- tag: "Design",
- title: "Landscape Design",
- subtitle: "Custom Plans",
- description: "We create tailored landscape designs that complement your property's architecture and your personal style.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg",
- imageAlt: "Landscape design",
- },
- {
- tag: "Installation",
- title: "Hardscape & Softscape",
- subtitle: "Full Installation",
- description: "From patios and walkways to gardens and trees, we handle the complete installation process.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg",
- imageAlt: "Hardscape installation",
- },
- {
- tag: "Maintenance",
- title: "Lawn & Garden Care",
- subtitle: "Ongoing Service",
- description: "Keep your property looking pristine year-round with our professional maintenance plans.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg",
- imageAlt: "Lawn maintenance",
- },
- {
- tag: "Irrigation",
- title: "Smart Irrigation",
- subtitle: "Water Management",
- description: "Efficient irrigation systems that keep your landscape healthy while conserving water.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-5.jpg",
- imageAlt: "Irrigation system",
- },
+ { tag: "Design", title: "Landscape Design", subtitle: "Custom Plans", description: "Tailored landscape designs that complement your property.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg" },
+ { tag: "Installation", title: "Hardscape & Softscape", subtitle: "Full Installation", description: "From patios and walkways to gardens and trees.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg" },
+ { tag: "Maintenance", title: "Lawn & Garden Care", subtitle: "Ongoing Service", description: "Keep your property looking pristine year-round.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg" },
+ { tag: "Irrigation", title: "Smart Irrigation", subtitle: "Water Management", description: "Efficient systems for a healthy landscape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-5.jpg" },
]}
/>
-
-
-
-
-
-
-
-
@@ -257,108 +127,19 @@ export default function LandscapingPage() {
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
- {
- id: "1",
- title: "How long does a typical landscaping project take?",
- content: "Most residential projects take 1-3 weeks depending on scope. We'll provide a detailed timeline during your consultation so you know exactly what to expect.",
- },
- {
- id: "2",
- title: "Do you offer free consultations?",
- content: "Yes! We offer complimentary on-site consultations where we assess your property, discuss your vision, and provide a detailed estimate — no obligation.",
- },
- {
- id: "3",
- title: "What areas do you serve?",
- content: "We serve the greater metropolitan area and surrounding suburbs within a 50-mile radius. Contact us to confirm service availability in your location.",
- },
- {
- id: "4",
- title: "Do you provide ongoing maintenance?",
- content: "Absolutely. We offer weekly, bi-weekly, and monthly maintenance plans that include mowing, trimming, fertilization, and seasonal cleanups.",
- },
- {
- id: "5",
- title: "Are your practices eco-friendly?",
- content: "Yes, sustainability is core to our approach. We use native plants, organic fertilizers, smart irrigation, and environmentally responsible methods whenever possible.",
- },
- {
- id: "6",
- title: "Do you handle permits and HOA approvals?",
- content: "We handle all necessary permits and can work directly with your HOA to ensure your project meets community guidelines and gets approved smoothly.",
- },
+ { id: "1", title: "How long does a typical project take?", content: "Most residential projects take 1-3 weeks." },
+ { id: "2", title: "Do you offer free consultations?", content: "Yes! We offer free on-site site visits." },
]}
/>
-
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 9e219f9..57b8c51 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f7f9f4;
+ --background: #f8f9f7;
--card: #ffffff;
--foreground: #1a2e1a;
- --primary-cta: #2d5a27;
+ --primary-cta: #4a7c4a;
--primary-cta-text: #ffffff;
- --secondary-cta: #ffffff;
+ --secondary-cta: #8b5e3c;
--secondary-cta-text: #2d5a27;
- --accent: #4a8c3f;
- --background-accent: #6fb85e;
+ --accent: #70a070;
+ --background-accent: #e8ede8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);