From 8a3661933c5ef14b9ff2aa146638eaea864e55d6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:40:03 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a07e9bd..23424ea 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; export default function MenuPage() { return ( @@ -34,20 +34,19 @@ export default function MenuPage() {
-
@@ -95,4 +94,4 @@ export default function MenuPage() { ); -} \ No newline at end of file +} -- 2.49.1