new web sayt
This commit is contained in:
@@ -51,7 +51,7 @@ export function Navbar({ logoText = "FIRMA" }: NavbarProps) {
|
|||||||
<motion.div whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }}>
|
<motion.div whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }}>
|
||||||
<Link
|
<Link
|
||||||
href={`/${locale}`}
|
href={`/${locale}`}
|
||||||
className="text-2xl font-bold bg-gradient-to-r from-blue-600 to-blue-800 bg-clip-text text-transparent"
|
className="text-2xl font-bold bg-linear-to-r from-blue-600 to-blue-800 bg-clip-text text-transparent"
|
||||||
>
|
>
|
||||||
{logoText}
|
{logoText}
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ import { useState } from "react";
|
|||||||
import { motion } from "framer-motion";
|
import { motion } from "framer-motion";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import { ProductCard } from "./ProductCard";
|
import { ProductCard } from "./ProductCard";
|
||||||
import { ProductModal } from "./ProductModal";
|
|
||||||
import { getAllProducts } from "@/lib/products";
|
import { getAllProducts } from "@/lib/products";
|
||||||
import type { Product } from "@/lib/products";
|
import type { Product } from "@/lib/products";
|
||||||
|
import { ProductModal } from "./ProductModal";
|
||||||
|
|
||||||
export function ProductsGrid() {
|
export function ProductsGrid() {
|
||||||
const t = useTranslations();
|
const t = useTranslations();
|
||||||
|
|||||||
Reference in New Issue
Block a user