diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 06ec455..47be2a5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,28 +9,36 @@ import { Coffee } from "lucide-react"; export default function AboutPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cc84f3b..73d6186 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,40 +3,30 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function ContactPage() { return ( - + - -
- + +
+ -
); diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a2e892a..5eb1a0c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,32 +8,41 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' export default function MenuPage() { return ( - + - - - + + + ); diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 160f2dd..8993974 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -3,46 +3,30 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function TestimonialsPage() { return ( - + - -
-
+ -
);