diff --git a/src/pages/Features/Features.jsx b/src/pages/Features/Features.jsx index 01ba2fc..53e43ed 100644 --- a/src/pages/Features/Features.jsx +++ b/src/pages/Features/Features.jsx @@ -1,5 +1,43 @@ -const Features = () => { - return (

Features

) -} +import Feature from "@/pages/Features/components/Feature/index.js"; + +import SheepstarGlobal from "@/assets/services/Global.png"; +import GlobalImage from "@/assets/features/Global.png"; + +import Kratos from "@/assets/services/Kratos.png"; +import KratosImage from "@/assets/features/Moderation.png"; + +import Garry from "@/assets/services/Garry.png"; +import GarryImage from "@/assets/features/Giveaway.png"; + +import Polly from "@/assets/services/Polly.png"; +import PollyImage from "@/assets/features/Poll.png"; + +const Features = () => ( +
+ + + + + + + +
+) export default Features; \ No newline at end of file