diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 64ff7bc..4244d6e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,79 +5,54 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Award, Flame, Phone, Zap } from "lucide-react"; +import { Coffee, ChefHat, Heart, Phone } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 83e6414..02448e1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,70 +7,50 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c87a86e..0322f44 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,83 +7,56 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import { Phone } from "lucide-react"; -export default function LandingPage() { +export default function MenuPage() { return ( - - - - - + + + ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f0fd8d..1894488 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,209 +9,107 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Award, Flame, Phone, Zap } from "lucide-react"; +import Link from "next/link"; export default function LandingPage() { return ( - - -
- -
- - - -
- -
- -
- -
- - + +
+ +
+ +
+ +
+
+ +
+
); -} +} \ No newline at end of file