Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| deef7467e9 | |||
| a613ce83f5 |
@@ -5,14 +5,14 @@ import ReactLenis from "lenis/react";
|
|||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
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 ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import { Facebook, Leaf, Linkedin, Sparkles, Twitter, Users } from "lucide-react";
|
import { Leaf, Sparkles, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
|||||||
name: "message", placeholder: "Tell us about your ventilation needs...", rows: 5,
|
name: "message", placeholder: "Tell us about your ventilation needs...", rows: 5,
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-manager-providing-guidance-intern-close-up_482257-118001.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/industrial-air-conditioning-system-ceiling_181624-18342.jpg"
|
||||||
imageAlt="Modern industrial office with person interacting with digital screen"
|
imageAlt="Modern industrial office with person interacting with digital screen"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
@@ -258,19 +258,35 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterLogoEmphasis
|
||||||
logoText="Enviroprofans"
|
logoText="Enviroprofans"
|
||||||
copyrightText="© 2024 Enviroprofans. All rights reserved."
|
columns={[
|
||||||
socialLinks={[
|
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
items: [
|
||||||
href: "#", ariaLabel: "Facebook"},
|
{
|
||||||
|
label: "Home", href: "#hero"},
|
||||||
|
{
|
||||||
|
label: "About Us", href: "#about"},
|
||||||
|
{
|
||||||
|
label: "Contact", href: "#contact"},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Twitter,
|
items: [
|
||||||
href: "#", ariaLabel: "Twitter"},
|
{
|
||||||
|
label: "Our Services", href: "#features"},
|
||||||
|
{
|
||||||
|
label: "Our Products", href: "#products"},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Linkedin,
|
items: [
|
||||||
href: "#", ariaLabel: "LinkedIn"},
|
{
|
||||||
|
label: "Our Impact", href: "#metrics"},
|
||||||
|
{
|
||||||
|
label: "Client Stories", href: "#testimonials"},
|
||||||
|
],
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user