Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-02-22 03:12:15 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ export default function BlogPage() {
</div>
) : (
<BlogCardTwo
posts={posts}
items={posts}
title="Latest Articles"
description="Insights and updates from our team"
animationType="slide-up"

View File

@@ -90,7 +90,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="Roofing Repair Guy"
bottomLeftText="Aurora, IL"
bottomRightText="(630) 523-8819"
@@ -122,7 +122,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="Roofing Repair Guy"
bottomLeftText="Aurora, IL"
bottomRightText="(630) 523-8819"
@@ -163,7 +163,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="Roofing Repair Guy"
bottomLeftText="Aurora, IL"
bottomRightText="(630) 523-8819"

View File

@@ -57,7 +57,7 @@ function ShopPageContent() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="Roofing Repair Guy"
bottomLeftText="Aurora, IL"
bottomRightText="(630) 523-8819"
@@ -103,7 +103,7 @@ function ShopPageContent() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="Roofing Repair Guy"
bottomLeftText="Aurora, IL"
bottomRightText="(630) 523-8819"