diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e2709c..0ff9436 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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,25 @@ export default function LandingPage() {