7 Commits

Author SHA1 Message Date
1e82227c1c Merge version_2 into main
Merge version_2 into main
2026-05-01 17:37:02 +00:00
4974e8cf5b Update src/app/page.tsx 2026-05-01 17:36:59 +00:00
77f37184e0 Merge version_2 into main
Merge version_2 into main
2026-05-01 17:36:32 +00:00
d6f4a164fa Update src/app/page.tsx 2026-05-01 17:36:29 +00:00
36e312f9e0 Merge version_1 into main
Merge version_1 into main
2026-05-01 17:14:07 +00:00
03ea26043b Merge version_1 into main
Merge version_1 into main
2026-05-01 17:13:44 +00:00
35aae6db8f Merge version_1 into main
Merge version_1 into main
2026-05-01 17:13:17 +00:00

View File

@@ -2,15 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; 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 FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; 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 HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Facebook, Instagram, Twitter } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( 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: "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" }, { 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" imageSrc="http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg?_wi=2"
avatars={[ 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" }, { 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,27 +143,23 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactCenter
tag="Contact" tag="Contact"
useInvertedBackground={false}
background={{ variant: "animated-grid" }}
title="Ready to Start Your Cleanup?" title="Ready to Start Your Cleanup?"
description="Give us a call today for a quote or to schedule your dumpster drop-off." 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" background={{ variant: "animated-grid" }}
mediaAnimation="opacity" useInvertedBackground={false}
buttonText="Call Us Now"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterCard
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: "#" }] },
]}
logoText="ADS Dumpster Service" 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> </div>
</ReactLenis> </ReactLenis>