9 Commits

Author SHA1 Message Date
658a0aa2ad Merge version_4 into main
Merge version_4 into main
2026-04-15 19:12:58 +00:00
454eee3d49 Update src/app/page.tsx 2026-04-15 19:12:52 +00:00
289b2afb21 Merge version_3 into main
Merge version_3 into main
2026-04-15 19:08:02 +00:00
1e9ccceb50 Update src/app/styles/variables.css 2026-04-15 19:07:59 +00:00
f135615dff Update src/app/page.tsx 2026-04-15 19:07:58 +00:00
eab2f4a3ff Merge version_2 into main
Merge version_2 into main
2026-04-15 19:06:11 +00:00
9f3330aa99 Merge version_2 into main
Merge version_2 into main
2026-04-15 19:05:21 +00:00
544b64ff28 Merge version_2 into main
Merge version_2 into main
2026-04-15 19:02:33 +00:00
ed7498fad0 Merge version_2 into main
Merge version_2 into main
2026-04-15 19:01:56 +00:00
2 changed files with 16 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
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() {
return (
@@ -155,11 +155,13 @@ export default function LandingPage() {
title="Start Your Project | Inicie su Proyecto"
description="Fill out the form to schedule a site visit today."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" }
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ 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"
buttonText="Send Request"
mediaAnimation="slide-up"
/>
</div>
@@ -169,7 +171,8 @@ export default function LandingPage() {
socialLinks={[
{ icon: Phone, href: "tel:+15410000000", ariaLabel: "Phone" },
{ 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."
/>
@@ -177,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--background: #fdfdfb;
--card: #f2f4f1;
--foreground: #1a2e1d;
--primary-cta: #2d5a36;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta: #e8ebe9;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--accent: #b8c9b8;
--background-accent: #d6e0d6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);