Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-04-20 17:40:58 +00:00
2 changed files with 12 additions and 43 deletions

View File

@@ -24,17 +24,15 @@ export default function AboutPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Pricing", id: "/pricing" },
{ name: "Social Media", id: "/social" },
]}
brandName="NextGenBinCleaning"
button={{ text: "330-581-5104 | 330-265-5048", href: "tel:3305815104" }}
/>
<div id="about" className="min-h-screen pt-40">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "About NextGenBinCleaning" },
]}
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -3,12 +3,11 @@
import ReactLenis from "lenis/react";
import HeroCarouselLogo from "@/components/sections/hero/HeroBillboardScroll";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import FooterCard from "@/components/sections/footer/FooterCard";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import FooterBase from "@/components/sections/footer/FooterBase";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Instagram, Facebook } from "lucide-react";
import { Sparkles, Instagram } from "lucide-react";
export default function TrashCleaningPage() {
return (
@@ -27,20 +26,14 @@ export default function TrashCleaningPage() {
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Pricing", id: "pricing" },
{ name: "Social Media", id: "social" },
]}
brandName="NextGenBinCleaning"
button={{ text: "330-581-5104 | 330-265-5048", href: "tel:3305815104" }}
/>
<HeroCarouselLogo
title="Welcome to NextGenBinCleaning"
description="We keep your bins sanitized, smelling fresh, and spotless with our eco-friendly professional cleaning services in Louisville, Ohio."
buttons={[
{ text: "View Pricing", href: "#pricing" },
{ text: "Contact Us", href: "#contact" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/top-view-environment-concept_23-2148472378.jpg"
imageAlt="Grassy dirt trail background with soapy cleaning process"
@@ -53,49 +46,27 @@ export default function TrashCleaningPage() {
{ type: "text", content: "NextGenBinCleaning " },
{ type: "text", content: "we are in the Louisville, Ohio area." }
]}
useInvertedBackground={false}
/>
</div>
<FeatureCardOne
id="pricing"
tag="Our Plans"
tagIcon={Sparkles}
title="NextGen BinCleaning"
<FeatureCardTwentySeven
title="Our Plans"
description="Choose the plan that works for you."
textboxLayout="default"
animationType="slide-up"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
{
id: "one-time", title: "One Time Service", descriptions: ["1 bin: $15 | 2 bins: $25"],
id: "one-time", title: "One Time Service", description: ["1 bin: $15 | 2 bins: $25"],
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-recycle-bin_23-2151064538.jpg", imageAlt: "One time bin service"
},
{
id: "monthly", title: "Monthly Service", descriptions: ["1 bin: $30/mo | 2 bins: $35/mo"],
id: "monthly", title: "Monthly Service", description: ["1 bin: $30/mo | 2 bins: $35/mo"],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo_23-2150704974.jpg", imageAlt: "Monthly bin service"
}
]}
/>
<FeatureCardMedia
id="social"
tag="Social"
tagIcon={Instagram}
title="Social Media"
description="Connect with us on our social platforms."
textboxLayout="default"
animationType="slide-up"
faqsAnimation="slide-up"
features={[
{
id: "fb", title: "Facebook", descriptions: ["Follow our latest cleaning results!"],
imageSrc: "http://img.b2bpic.net/free-photo/3d-facebook-logo-with-colorful-elements_23-2152000293.jpg", imageAlt: "Facebook"
},
{
id: "ig", title: "Instagram", descriptions: ["See the shine on every bin we clean!"],
imageSrc: "http://img.b2bpic.net/free-photo/branding-strategy-marketing-business-graphic-design_53876-125554.jpg", imageAlt: "Instagram"
}
]}
/>
<FooterCard
<FooterBase
logoText="NextGenBinCleaning"
copyrightText="© 2025 NextGenBinCleaning | Louisville, OH"
columns={[]}