|
|
|
@@ -10,7 +10,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
import { Leaf, Phone, MapPin, Mail } from "lucide-react";
|
|
|
|
import { Leaf, Phone, MapPin, Mail, Instagram, Facebook, Twitter } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -155,11 +155,13 @@ export default function LandingPage() {
|
|
|
|
title="Start Your Project | Inicie su Proyecto"
|
|
|
|
title="Start Your Project | Inicie su Proyecto"
|
|
|
|
description="Fill out the form to schedule a site visit today."
|
|
|
|
description="Fill out the form to schedule a site visit today."
|
|
|
|
inputs={[
|
|
|
|
inputs={[
|
|
|
|
{ name: "name", type: "text", placeholder: "Full Name" },
|
|
|
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
|
|
|
{ name: "email", type: "email", placeholder: "Email Address" }
|
|
|
|
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
textarea={{ name: "message", placeholder: "Describe your landscaping project...", rows: 4 }}
|
|
|
|
textarea={{ name: "message", placeholder: "Describe your landscaping project...", rows: 4, required: true }}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/gardener-woman-working-garden-greenhouse_23-2148165251.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/gardener-woman-working-garden-greenhouse_23-2148165251.jpg"
|
|
|
|
|
|
|
|
buttonText="Send Request"
|
|
|
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -169,7 +171,8 @@ export default function LandingPage() {
|
|
|
|
socialLinks={[
|
|
|
|
socialLinks={[
|
|
|
|
{ icon: Phone, href: "tel:+15410000000", ariaLabel: "Phone" },
|
|
|
|
{ icon: Phone, href: "tel:+15410000000", ariaLabel: "Phone" },
|
|
|
|
{ icon: Mail, href: "mailto:info@junior-construction.com", ariaLabel: "Email" },
|
|
|
|
{ icon: Mail, href: "mailto:info@junior-construction.com", ariaLabel: "Email" },
|
|
|
|
{ icon: MapPin, href: "#", ariaLabel: "Location" }
|
|
|
|
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
|
|
|
|
|
|
|
{ icon: Facebook, href: "#", ariaLabel: "Facebook" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
copyrightText="© 2025 | Junior Construction LLC. All rights reserved."
|
|
|
|
copyrightText="© 2025 | Junior Construction LLC. All rights reserved."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|