Merge version_1 into main #3
@@ -65,7 +65,7 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: 'Company',
|
||||
links: [
|
||||
items: [
|
||||
{ text: 'Home', href: '/' },
|
||||
{ text: 'About', href: '/#about' },
|
||||
{ text: 'Services', href: '/#services' },
|
||||
@@ -74,7 +74,7 @@ export default function BlogPage() {
|
||||
},
|
||||
{
|
||||
title: 'Connect',
|
||||
links: [
|
||||
items: [
|
||||
{ text: 'Contact Us', href: '/#contact' },
|
||||
{ text: 'Blog', href: '/blog' },
|
||||
],
|
||||
|
||||
@@ -88,7 +88,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="Lakeside Construction"
|
||||
@@ -120,7 +120,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="Lakeside Construction"
|
||||
@@ -159,7 +159,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="Lakeside Construction"
|
||||
|
||||
@@ -31,7 +31,7 @@ function ShopPageContent() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="Lakeside Construction"
|
||||
@@ -62,7 +62,7 @@ function ShopPageContent() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="Lakeside Construction"
|
||||
|
||||
Reference in New Issue
Block a user