7 Commits

Author SHA1 Message Date
0dde692aa6 Merge version_2 into main
Merge version_2 into main
2026-03-10 01:02:33 +00:00
5cc818b07f Update src/app/styles/variables.css 2026-03-10 01:02:29 +00:00
21906fa7c5 Update src/app/page.tsx 2026-03-10 01:02:29 +00:00
9aa6fd9280 Update src/app/layout.tsx 2026-03-10 01:02:27 +00:00
e4df66fc57 Merge version_1 into main
Merge version_1 into main
2026-03-09 23:38:38 +00:00
4adeca5e85 Merge version_1 into main
Merge version_1 into main
2026-03-09 23:37:54 +00:00
198b61a958 Merge version_1 into main
Merge version_1 into main
2026-03-09 23:36:41 +00:00
3 changed files with 34 additions and 1405 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,14 +10,14 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Leaf, Sprout, Wrench, Image, CheckCircle, Star } from "lucide-react";
import { Leaf, Sprout, Wrench, Image, CheckCircle, Star, Phone, Mail } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="noiseDiagonalGradient"
@@ -216,7 +216,7 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<TextAbout
title="Need Your Yard Brought Back to Life? Contact Manuel Vega Today for Your Free Landscape Estimate"
useInvertedBackground={false}
useInvertedBackground={true}
buttons={[
{ text: "Call Manuel - 708-439-4194", href: "tel:708-439-4194" },
{ text: "Request Free Estimate", href: "#contact" }
@@ -227,7 +227,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get Your Free Estimate Today"
description="Contact Vegas Landscaping for a complimentary consultation and estimate. We're here to bring your outdoor vision to life."
description="Contact Vegas Landscaping for a complimentary consultation and estimate. We're here to bring your outdoor vision to life. Call 708-439-4194 or fill out the form below and we'll respond within 24 hours."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--background: #fffefe;
--card: #f6f7f4;
--foreground: #080908;
--primary-cta: #0e3a29;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #e7eecd;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #35c18b;
--background-accent: #ecebe4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);