From d527de780446ad9c24b2063e83db2efb111a19ec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:15:41 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 111 ++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 68 deletions(-) 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 -- 2.49.1 From 0d03d830eabf6e46e1f0c07d29919bc18bc08c12 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:15:42 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 100 ++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 60 deletions(-) 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 -- 2.49.1 From f502cb5bedffcef3f1b71016028d3497afdf7b7b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:15:42 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 119 ++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 73 deletions(-) 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 -- 2.49.1 From 3d083f4d18be9d12d3f9c0f6c601ff58571df76a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:15:43 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 292 +++++++++++++++-------------------------------- 1 file changed, 95 insertions(+), 197 deletions(-) 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 -- 2.49.1