Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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 },
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user