Merge version_4 into main #6
@@ -4,14 +4,11 @@ import ReactLenis from "lenis/react";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Phone, Users, Instagram, Facebook } from "lucide-react";
|
||||
import { Sparkles, Instagram, Facebook } from "lucide-react";
|
||||
|
||||
export default function TrashCleaningPage() {
|
||||
return (
|
||||
@@ -50,14 +47,12 @@ export default function TrashCleaningPage() {
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
<InlineImageSplitTextAbout
|
||||
id="about"
|
||||
className="pt-40"
|
||||
heading={[
|
||||
{ type: "text", content: "At NextGenBinCleaning, we are dedicated to providing the Louisville community with professional, reliable bin cleaning results. Our local team is committed to excellence, ensuring your bins are pristine, sanitized, and odor-free every single time." }
|
||||
]}
|
||||
/>
|
||||
<FeatureCardOne
|
||||
id="pricing"
|
||||
tag="Our Plans"
|
||||
tagIcon={Sparkles}
|
||||
title="NextGen BinCleaning"
|
||||
@@ -75,7 +70,6 @@ export default function TrashCleaningPage() {
|
||||
]}
|
||||
/>
|
||||
<FeatureCardMedia
|
||||
id="social"
|
||||
tag="Social"
|
||||
tagIcon={Instagram}
|
||||
title="Social Media"
|
||||
|
||||
Reference in New Issue
Block a user