diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index dcdda3e..4577b9e 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function GalleryPage() { @@ -30,7 +29,8 @@ export default function GalleryPage() { { name: "Gallery", id: "/gallery" }, { name: "Contact", id: "/contact" }, ]} - button={{ text: "Get a Free Quote", href: "/contact" }} + button={{ + text: "Get a Free Quote", href: "/contact" }} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png" logoAlt="FloorCraft Logo" brandName="FloorCraft" @@ -57,27 +57,6 @@ export default function GalleryPage() { /> -