import React, { useState } from 'react'; import { ChevronLeft, ChevronRight } from 'lucide-react'; const InvestorSlideshow = () => { const [currentSlide, setCurrentSlide] = useState(0); const slides = [ { title: "VSS Kitchen Appliances", subtitle: "Potential Investors Overview", content: (
Smart Kitchen Ecosystem
{slides[currentSlide].subtitle}
)}