Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e82227c1c | |||
| 4974e8cf5b | |||
| 77f37184e0 | |||
| d6f4a164fa | |||
| 36e312f9e0 | |||
| 03ea26043b | |||
| 35aae6db8f |
@@ -2,15 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Facebook, Instagram, Twitter } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,7 +51,8 @@ export default function LandingPage() {
|
||||
{ name: "Alice T.", handle: "@alice", testimonial: "The best dumpster service I have used in Conroe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-ramadan-side-view_23-2150154482.jpg?_wi=1", imageAlt: "residential dumpster rental home driveway" },
|
||||
{ name: "Mike R.", handle: "@mike", testimonial: "Reliable and responsive team. Will use again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/railroad-worker-supervisor-inspecting-shipping-cargo-container-freight-train-station_342744-779.jpg?_wi=1", imageAlt: "residential dumpster rental home driveway" },
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "tel:8328552778" }]}
|
||||
buttons={[{ text: "Book Now", href: "tel:8328552778" }]
|
||||
}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/beard-worker-man-suit-construction-worker-safety-orange-helmet-near-red-barrel-makes-selfie-phone_627829-11407.jpg", alt: "Satisfied customer one" },
|
||||
@@ -141,30 +143,26 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "animated-grid" }}
|
||||
title="Ready to Start Your Cleanup?"
|
||||
description="Give us a call today for a quote or to schedule your dumpster drop-off."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-laptop-from-garden-counting-financial-data-bank-banking-bill_1391-315.jpg"
|
||||
mediaAnimation="opacity"
|
||||
buttonText="Call Us Now"
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Service Areas", items: [{ label: "Conroe, TX", href: "#" }, { label: "Houston, TX", href: "#" }, { label: "Huntsville, TX", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
<FooterCard
|
||||
logoText="ADS Dumpster Service"
|
||||
copyrightText="© 2025 ADS Dumpster Service. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user