Merge version_2 into main #2
@@ -2,15 +2,15 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
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 } from "lucide-react";
|
||||
import { Leaf, Phone, MapPin, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -119,15 +119,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
<FaqSplitMedia
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you serve outside Bend?", content: "We primarily serve Bend and surrounding communities." },
|
||||
{ id: "q2", title: "Are estimates free?", content: "Yes, we provide free onsite consultations." },
|
||||
{ id: "q3", title: "What is your warranty?", content: "We offer a 12-month craftsmanship warranty." },
|
||||
]}
|
||||
sideTitle="Common Questions | Preguntas Frecuentes"
|
||||
title="Common Questions | Preguntas Frecuentes"
|
||||
description="Find answers to our most popular questions."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-gardeners-discussing-work_23-2148165261.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,34 +149,28 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in Touch | Contáctanos"
|
||||
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" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Describe your landscaping project...", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gardener-woman-working-garden-greenhouse_23-2148165251.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Process", href: "#process" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Use", href: "#" },
|
||||
],
|
||||
},
|
||||
<FooterCard
|
||||
logoText="Junior Construction LLC"
|
||||
socialLinks={[
|
||||
{ icon: Phone, href: "tel:+15410000000", ariaLabel: "Phone" },
|
||||
{ icon: Mail, href: "mailto:info@junior-construction.com", ariaLabel: "Email" },
|
||||
{ icon: MapPin, href: "#", ariaLabel: "Location" }
|
||||
]}
|
||||
bottomLeftText="© 2024 Junior Construction LLC"
|
||||
bottomRightText="Bend, Oregon"
|
||||
copyrightText="© 2025 | Junior Construction LLC. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user