From ac590321dd78c829e306e9ad76cc63bf6fa8181f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:23:17 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 99 ++++++---------------------------------- 1 file changed, 13 insertions(+), 86 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index e11d0b4..bbf3a05 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,96 +2,23 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import FooterCard from '@/components/sections/footer/FooterCard'; -export default function LandingPage() { +export default function GalleryPage() { return ( - + - - - - -
- -
- - + +
+

Restaurant Gallery

+
+ Restaurant interior + Fine dining dish + Service staff +
+
+
);