Update src/app/gallery/page.tsx
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
@@ -46,7 +46,7 @@ export default function GalleryPage() {
|
|||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="extrabold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
@@ -78,29 +78,26 @@ export default function GalleryPage() {
|
|||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "Gallery", href: "/gallery" },
|
{ label: "Gallery", href: "/gallery" },
|
||||||
{ label: "Contact", href: "/contact" }]
|
{ label: "Contact", href: "/contact" }]},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{ label: "Hardwood Installation", href: "/services#hardwood-installation" },
|
{ label: "Hardwood Installation", href: "/services#hardwood-installation" },
|
||||||
{ label: "Floor Sanding", href: "/services#floor-sanding" },
|
{ label: "Floor Sanding", href: "/services#floor-sanding" },
|
||||||
{ label: "Free Estimates", href: "/services#free-estimates" },
|
{ label: "Free Estimates", href: "/services#free-estimates" },
|
||||||
{ label: "Custom Designs", href: "/services#custom-designs" }]
|
{ label: "Custom Designs", href: "/services#custom-designs" }]},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "About Us", items: [
|
title: "About Us", items: [
|
||||||
{ label: "Our Story", href: "/#about" },
|
{ label: "Our Story", href: "/#about" },
|
||||||
{ label: "Testimonials", href: "/#home-testimonials" },
|
{ label: "Testimonials", href: "/#home-testimonials" },
|
||||||
{ label: "Service Areas", href: "/service-areas" },
|
{ label: "Service Areas", href: "/service-areas" },
|
||||||
{ label: "FAQs", href: "/contact#faq" }]
|
{ label: "FAQs", href: "/contact" }]}]}
|
||||||
}]}
|
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png"
|
||||||
logoAlt="FloorCraft Logo"
|
logoAlt="FloorCraft Logo"
|
||||||
logoText="FloorCraft"
|
logoText="FloorCraft"
|
||||||
copyrightText="© 2024 FloorCraft. All rights reserved."
|
copyrightText="© 2024 FloorCraft. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user