This commit is contained in:
Vassshhh
2025-08-14 17:32:48 +07:00
parent 4dd03969b3
commit c9d2e8946b
9 changed files with 271 additions and 299 deletions

View File

@@ -2,9 +2,10 @@ import React, { useEffect, useState } from 'react';
import { Container } from 'react-bootstrap';
import styles from './Styles.module.css';
const AcademySection = ({hoveredCard, setHoveredCard, setSelectedProduct, setShowedModal, courseSectionRef, setWillDo}) => {
const AcademySection = ({setSelectedProduct, setShowedModal, courseSectionRef, setWillDo}) => {
const [products, setProducts] = useState([]);
const [hoveredCard, setHoveredCard] = useState(null);
useEffect(() => {
fetch('https://bot.kediritechnopark.com/webhook/store-production/products', {
method: 'POST',