diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 1227dab..3b7a2cb 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -export default function LandingPage() { +export default function MenuPage() { return ( - - - - -
- -
- - + + +
+ +
+
); diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index db4a20c..2409c9f 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -8,7 +8,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductDetailCard from '@/components/ecommerce/productDetail/ProductDetailCard'; import { ShoppingBag, Truck } from "lucide-react"; -export default function LandingPage() { +export default function OrderPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);