From 9fa150d6fc9e442dcd7c69ffb0aabeea5e84b2cb Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 5 May 2026 21:47:14 +0000 Subject: [PATCH] feat: update homepage sections and navbar style - Made the navbar glassmorphic. - Replaced the static testimonial section with a dynamic, moving marquee. - Removed the pricing section entirely. - Updated the "Our Craft" section to be more visual with images. --- src/components/ui/NavbarCentered.tsx | 2 +- src/pages/HomePage.tsx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ui/NavbarCentered.tsx b/src/components/ui/NavbarCentered.tsx index 830f7a3..7a3e758 100644 --- a/src/components/ui/NavbarCentered.tsx +++ b/src/components/ui/NavbarCentered.tsx @@ -52,7 +52,7 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => {