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 +
+
+
);