From ea64702da3c7840760454e36afe41367ea0d831c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 5 May 2026 21:43:00 +0000 Subject: [PATCH] feat: update homepage sections and navbar style - Replaced pricing section with a product image card section. - Replaced features icon cards with features image cards. - Replaced testimonial avatar card with a sliding testimonial card. - Updated navbar to have a glassmorphic effect. --- src/components/ui/NavbarCentered.tsx | 2 +- src/pages/HomePage.tsx | 90 +++++++++++++--------------- 2 files changed, 42 insertions(+), 50 deletions(-) diff --git a/src/components/ui/NavbarCentered.tsx b/src/components/ui/NavbarCentered.tsx index 830f7a3..2b723aa 100644 --- a/src/components/ui/NavbarCentered.tsx +++ b/src/components/ui/NavbarCentered.tsx @@ -52,7 +52,7 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => {