Update src/app/blog/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user