diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1ae18f4..e6430fa 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -31,7 +31,6 @@ export default function BlogPage() { { name: "Home", id: "/" }, { name: "Services", id: "/#services" }, { name: "Why Us", id: "/#why-us" }, - { name: "Shop", id: "/shop" }, { name: "Contact", id: "/#contact" }, ]} brandName="Johns Plumbing" diff --git a/src/app/page.tsx b/src/app/page.tsx index a918e6f..2612b8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,12 +27,10 @@ export default function LandingPage() {
@@ -160,7 +157,6 @@ export default function LandingPage() { buttons={[{ text: "Schedule Your Service Now", href: "#contact" }]} background={{ variant: "plain" }} useInvertedBackground={false} - buttonAnimation="expand-hover" ariaLabel="Call to Action for Booking Service" className="bg-background-accent" /> diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 49cb5ab..3fb8e27 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -90,7 +90,12 @@ function ProductPageContent({ params }: ProductPageProps) {