From 1419a208c9544d2b57f642863b744f8729f47c75 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Tue, 25 Nov 2025 21:08:28 +0500 Subject: [PATCH] new web sayt --- components/Navbar.tsx | 2 +- components/ProductsGrid.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index ddd0a31..5db58d3 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -51,7 +51,7 @@ export function Navbar({ logoText = "FIRMA" }: NavbarProps) { {logoText} diff --git a/components/ProductsGrid.tsx b/components/ProductsGrid.tsx index f707bc9..b03aa3e 100644 --- a/components/ProductsGrid.tsx +++ b/components/ProductsGrid.tsx @@ -4,9 +4,9 @@ import { useState } from "react"; import { motion } from "framer-motion"; import { useTranslations } from "next-intl"; import { ProductCard } from "./ProductCard"; -import { ProductModal } from "./ProductModal"; import { getAllProducts } from "@/lib/products"; import type { Product } from "@/lib/products"; +import { ProductModal } from "./ProductModal"; export function ProductsGrid() { const t = useTranslations();