Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-02-22 00:23:49 +00:00
4 changed files with 16 additions and 11 deletions

View File

@@ -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"

View File

@@ -27,12 +27,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav" className="w-full">
<NavbarStyleFullscreen
navItems={[
{ name: "Services", id: "#services" },
{ name: "Why Us", id: "#why-us" },
{ name: "Promise", id: "#promise" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "#contact" },
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
{ name: "Promise", id: "promise" },
{ name: "Contact", id: "contact" },
]}
brandName="Johns Plumbing"
/>
@@ -59,7 +57,6 @@ export default function LandingPage() {
ariaLabel="Johns Plumbing Hero Section"
imagePosition="right"
tag="Luxury-Level Service. Fast. Professional. Done Right the First Time."
buttonAnimation="expand-hover"
/>
</div>
@@ -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"
/>

View File

@@ -90,7 +90,12 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar" className="relative w-full">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "Why Us", id: "/#why-us" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Johns Plumbing"
/>
<button

View File

@@ -57,7 +57,12 @@ function ShopPageContent() {
<ReactLenis root>
<div id="navbar" data-section="navbar" className="relative w-full">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "Why Us", id: "/#why-us" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Johns Plumbing"
/>
<button