Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-04-20 17:41:30 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ export default function AboutPage() {
{ name: "About Us", id: "/about" },
]}
brandName="NextGenBinCleaning"
button={{ text: "Get Quote", href: "#contact" }}
/>
<div id="about" className="min-h-screen pt-40">
<InlineImageSplitTextAbout
@@ -38,4 +39,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,6 @@ import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwe
import FooterBase from "@/components/sections/footer/FooterBase";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Instagram } from "lucide-react";
export default function TrashCleaningPage() {
return (
@@ -30,6 +29,7 @@ export default function TrashCleaningPage() {
{ name: "About Us", id: "/about" },
]}
brandName="NextGenBinCleaning"
button={{ text: "Get Quote", href: "#contact" }}
/>
<HeroCarouselLogo
title="Welcome to NextGenBinCleaning"
@@ -57,11 +57,11 @@ export default function TrashCleaningPage() {
useInvertedBackground={false}
features={[
{
id: "one-time", title: "One Time Service", description: ["1 bin: $15 | 2 bins: $25"],
id: "one-time", title: "One Time Service", descriptions: ["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", description: ["1 bin: $30/mo | 2 bins: $35/mo"],
id: "monthly", title: "Monthly Service", descriptions: ["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"
}
]}
@@ -74,4 +74,4 @@ export default function TrashCleaningPage() {
</ReactLenis>
</ThemeProvider>
);
}
}