Compare commits
3 Commits
52f0caccfc
...
83ccdc19ef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83ccdc19ef | ||
|
|
b66fb9f564 | ||
|
|
d608c48c09 |
@ -1,5 +1,6 @@
|
||||
"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 {
|
||||
@ -15,7 +16,8 @@ import {
|
||||
Sparkle,
|
||||
Check,
|
||||
ShoppingBag,
|
||||
FileText
|
||||
FileText,
|
||||
Download
|
||||
} from "lucide-react";
|
||||
import { toPersian, cn } from "../lib/utils";
|
||||
import { PRODUCTS } from "../lib/data/products";
|
||||
|
||||
@ -4,6 +4,7 @@ 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";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user