Compare commits

..

No commits in common. "83ccdc19ef49027e504ca3cf19a0f444cd3f05e3" and "52f0caccfc87664ac37f3fe82a18954307024222" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
"use client";
import React, { useState } from "react";
import Link from "next/link";
import { motion, AnimatePresence } from "motion/react";
import { useSettingsStore } from "../lib/store/settingsStore";
import {
@ -16,8 +15,7 @@ import {
Sparkle,
Check,
ShoppingBag,
FileText,
Download
FileText
} from "lucide-react";
import { toPersian, cn } from "../lib/utils";
import { PRODUCTS } from "../lib/data/products";

View File

@ -4,7 +4,6 @@ import { Play, PlayCircle, Star, ShieldCheck, X } from "lucide-react";
import { motion, AnimatePresence } from "motion/react";
import Link from "next/link";
import { useRouter } from "next/navigation";
import SafeImage from "./SafeImage";
import { useSettingsStore } from "../lib/store/settingsStore";
import { videoService, Video } from "../lib/services/videoService";