Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
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"
|
||||
|
||||
@@ -43,14 +43,14 @@ export default function LandingPage() {
|
||||
description="Fast 24-Hour Estimates • Fair Competitive Pricing • Clean, Professional Crews"
|
||||
tag="Ace Asphalt Paving"
|
||||
buttons={[
|
||||
{ text: "Get Your Free Estimate", href: "#contact" },
|
||||
{ text: "Get Your Free Estimate", href: "#contact-form" },
|
||||
{ text: "View Our Work", href: "#services" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/night-park-with-people-sitting-chairs_140725-11122.jpg?_wi=1", imageAlt: "Newly paved asphalt driveway at a luxury home"},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/night-park-with-people-sitting-chairs_140725-11122.jpg", imageAlt: "Newly paved asphalt driveway at a luxury home"},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/night-park-with-people-sitting-chairs_140725-11122.jpg?_wi=2", imageAlt: "Close up of smooth, dark asphalt surface"},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/night-park-with-people-sitting-chairs_140725-11122.jpg", imageAlt: "Close up of smooth, dark asphalt surface"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by Local Homeowners"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use client";
|
||||
"use client";
|
||||
|
||||
import { Suspense, use, useCallback } from "react";
|
||||
import { useRouter } from "next/navigation";
|
||||
@@ -103,7 +103,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<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"
|
||||
@@ -152,7 +151,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<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"
|
||||
@@ -225,7 +223,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<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"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use client";
|
||||
"use client";
|
||||
|
||||
import { useCallback } from "react";
|
||||
import ReactLenis from "lenis/react";
|
||||
@@ -70,7 +70,6 @@ export default function ShopPage() {
|
||||
<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"
|
||||
@@ -133,7 +132,6 @@ export default function ShopPage() {
|
||||
<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