This commit is contained in:
2025-05-22 02:07:00 +02:00
parent 8acc7d30fc
commit e5b601e483
6 changed files with 15 additions and 1 deletions
@@ -1,3 +1,6 @@
// src/assets/SerpentRace_Animation/SerpentRace_Animation.jsx
// Animációs kiírás: SerpentRace
import styles from "./Path.module.css";
import React, { useRef } from "react";
@@ -1,3 +1,6 @@
// src/assets/backgrounds/Background.jsx
// Kockás háttér, ami a mousemovera reagál
import React, { useEffect, useState } from "react";
import { motion } from "framer-motion";
@@ -1,3 +1,6 @@
// src/assets/pictures/Logo.png
// Logo kép importálása és paraméterezése
import React from 'react';
import logo from './Logo.png';