Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 17:47:52 +00:00
parent cf138a4c56
commit 187c092a3b

View File

@@ -29,10 +29,10 @@ export default function BlogPage() {
brandName="Ace Asphalt Paving"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "Services", id: "/#services" },
{ name: "About", id: "/#about" },
{ name: "Reviews", id: "/#reviews" },
{ name: "Contact", id: "/#contact" },
]}
/>
</div>
@@ -59,7 +59,6 @@ export default function BlogPage() {
<FooterCard
logoText="Ace Asphalt Paving"
copyrightText="© 2024 Ace Asphalt Paving. All rights reserved."
useInvertedBackground={false}
className="bg-background py-12 text-center text-foreground/60"
logoClassName="text-2xl font-semibold text-foreground mb-2"
copyrightTextClassName="text-sm"