Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -139,7 +139,6 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav" className="relative">
|
||||
<NavbarStyleApple
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
brandName="Lakeside Construction"
|
||||
/>
|
||||
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
|
||||
@@ -125,7 +125,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav" className="relative">
|
||||
<NavbarStyleApple
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
brandName="Lakeside Construction"
|
||||
/>
|
||||
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
|
||||
@@ -167,7 +167,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="nav" data-section="nav" className="relative">
|
||||
<NavbarStyleApple
|
||||
brandName="Lakeside Construction"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
/>
|
||||
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
|
||||
<button onClick={() => setCartOpen(true)} className="text-lg">
|
||||
|
||||
@@ -58,7 +58,7 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav" className="relative">
|
||||
<NavbarStyleApple
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
brandName="Lakeside Construction"
|
||||
/>
|
||||
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
|
||||
@@ -106,7 +106,7 @@ function ShopPageContent() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav" className="relative">
|
||||
<NavbarStyleApple
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
brandName="Lakeside Construction"
|
||||
/>
|
||||
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
|
||||
|
||||
Reference in New Issue
Block a user