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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
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 MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
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() {
|
||||
return (
|
||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Tell us about your ventilation needs...", rows: 5,
|
||||
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"
|
||||
mediaPosition="left"
|
||||
buttonText="Send Message"
|
||||
@@ -258,19 +258,35 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterLogoEmphasis
|
||||
logoText="Enviroprofans"
|
||||
copyrightText="© 2024 Enviroprofans. All rights reserved."
|
||||
socialLinks={[
|
||||
columns={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
items: [
|
||||
{
|
||||
label: "Our Services", href: "#features"},
|
||||
{
|
||||
label: "Our Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
items: [
|
||||
{
|
||||
label: "Our Impact", href: "#metrics"},
|
||||
{
|
||||
label: "Client Stories", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user