diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 19d9633..b0cfcaa 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,6 +26,7 @@ export default function AboutPage() {
{ name: "About Us", id: "/about" },
]}
brandName="NextGenBinCleaning"
+ button={{ text: "Get Quote", href: "#contact" }}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e71a799..d6c1fa0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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" }}
/>
);
-}
+}
\ No newline at end of file