translation done , services page added backend service detail page added

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-17 11:46:38 +05:00
parent 259af77384
commit 9f46e7c244

View File

@@ -49,7 +49,7 @@ export function OurService() {
return (
<div className="bg-[#1e1d1c] py-10 md:py-16 lg:py-20 mb-30">
<div className="max-w-7xl w-full mx-auto px-4 sm:px-6 lg:px-8">
{/* Header */}
{/* Header for github */}
<motion.div
initial={{ opacity: 0, y: -20 }}
animate={{ opacity: 1, y: 0 }}