feat: Smooth 5-second auto-rotation for Hero stories and ProductShowcase cards #1

Merged
aarthalabs merged 2 commits from feature/smooth-image-rotation into main 2026-07-12 21:22:44 +00:00
Showing only changes of commit 02126f89f2 - Show all commits

View File

@ -1,6 +1,6 @@
"use client";
import { useState } from "react";
import { useEffect, useState } from "react";
import Link from "next/link";
import { ArrowRight, Check, Minus, Plus } from "lucide-react";
import { GaugeChart } from "@/components/charts/GaugeChart";