From 60fa49c0efb496171ba0c2642c7f9b654d253b75 Mon Sep 17 00:00:00 2001 From: Emre Date: Sat, 11 Oct 2025 00:33:25 +0300 Subject: [PATCH] updates --- src/components/layout/Header.tsx | 65 +++++------ src/pages/home/components/CtaSection.tsx | 2 +- src/pages/home/components/FooterSection.tsx | 2 +- src/pages/home/components/HeroSection.tsx | 11 +- .../home/components/ScrollLockedSection.tsx | 103 +++++++++--------- 5 files changed, 90 insertions(+), 93 deletions(-) diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx index 01099fe..b39f9a2 100644 --- a/src/components/layout/Header.tsx +++ b/src/components/layout/Header.tsx @@ -4,9 +4,8 @@ import { motion, AnimatePresence } from 'framer-motion'; import { cn } from '../../lib/cn'; const navItems = [ - { label: 'Home', to: '/' }, { label: 'About', to: '/about' }, - { label: 'Technology', to: '/technology' }, + { label: 'Solutions', to: '/technology' }, { label: 'Use Cases', to: '/usecases' }, ]; @@ -36,36 +35,38 @@ export const Header = () => { isScrolled ? 'bg-mist/95 shadow-lg backdrop-blur-sm' : 'bg-transparent', )} > -
- - Geomind logo - - +
+
+ + Geomind logo + + +
+ + Contact + +