diff --git a/components/search-results-image.tsx b/components/search-results-image.tsx index 50229d01..26167d68 100644 --- a/components/search-results-image.tsx +++ b/components/search-results-image.tsx @@ -20,8 +20,6 @@ import { } from '@/components/ui/carousel' import { useEffect, useState } from 'react' import { PlusCircle } from 'lucide-react' -import { motion } from 'framer-motion' -import 'glassmorphic/glassmorphic.css' interface SearchResultsImageSectionProps { images: string[] @@ -66,11 +64,9 @@ export const SearchResultsImageSection: React.FC< {images.slice(0, 4).map((image: any, index: number) => ( - setSelectedIndex(index)} - whileHover={{ scale: 1.05 }} - whileTap={{ scale: 0.95 }} > @@ -93,9 +89,9 @@ export const SearchResultsImageSection: React.FC< )} - + - + Search Images {query}